Changeset 6cb58e6 in mainline for uspace/drv/vhc/conn.h
- Timestamp:
- 2011-04-28T07:36:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6fd7062
- Parents:
- 48d1c228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/conn.h
r48d1c228 r6cb58e6 40 40 #include <usb_iface.h> 41 41 #include "vhcd.h" 42 #include "devices.h"43 44 void connection_handler_host(sysarg_t);45 42 46 43 extern usbhc_iface_t vhc_iface; 47 44 extern usb_iface_t vhc_usb_iface; 48 45 extern usb_iface_t rh_usb_iface; 49 50 void address_init(void);51 52 46 53 47 void default_connection_handler(ddf_fun_t *, ipc_callid_t, ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.