aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/usb.h')
-rw-r--r--src/hw/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/usb.h b/src/hw/usb.h
index 94e12b20..2cfb5721 100644
--- a/src/hw/usb.h
+++ b/src/hw/usb.h
@@ -56,6 +56,7 @@ struct usbhub_s {
struct usbhub_op_s {
int (*detect)(struct usbhub_s *hub, u32 port);
int (*reset)(struct usbhub_s *hub, u32 port);
+ int (*portmap)(struct usbhub_s *hub, u32 port);
void (*disconnect)(struct usbhub_s *hub, u32 port);
};