Changeset e1dbcbc in mainline for uspace/drv/vhc/hub/virthub.h
- Timestamp:
- 2011-04-29T13:43:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a81a1d09
- Parents:
- 380e0364 (diff), f19f1b7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hub/virthub.h
r380e0364 re1dbcbc 42 42 #define virtdev_connection_t int 43 43 #else 44 #include "../ devices.h"44 #include "../vhcd.h" 45 45 #endif 46 46 … … 80 80 81 81 int virthub_init(usbvirt_device_t *); 82 int virthub_connect_device(usbvirt_device_t *, v irtdev_connection_t *);83 int virthub_disconnect_device(usbvirt_device_t *, v irtdev_connection_t *);84 bool virthub_is_device_enabled(usbvirt_device_t *, v irtdev_connection_t *);82 int virthub_connect_device(usbvirt_device_t *, vhc_virtdev_t *); 83 int virthub_disconnect_device(usbvirt_device_t *, vhc_virtdev_t *); 84 bool virthub_is_device_enabled(usbvirt_device_t *, vhc_virtdev_t *); 85 85 void virthub_get_status(usbvirt_device_t *, char *, size_t); 86 86
Note:
See TracChangeset
for help on using the changeset viewer.