Changeset 63b4f90 in mainline for uspace/drv/vhc/conn.h
- Timestamp:
- 2010-11-19T18:36:29Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91db50ac
- Parents:
- 3f0a7971
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/conn.h
r3f0a7971 r63b4f90 37 37 38 38 #include <usb/hcd.h> 39 #include <usb/hcdhubd.h> 39 40 #include "vhcd.h" 40 41 #include "devices.h" … … 42 43 void connection_handler_host(ipcarg_t); 43 44 void connection_handler_device(ipcarg_t, virtdev_connection_t *); 45 usb_hcd_transfer_ops_t vhc_transfer_ops; 44 46 45 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.