Changeset f73b291 in mainline for uspace/drv/bus/usb/usbmast/main.c
- Timestamp:
- 2012-08-16T18:40:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dbf2ca4
- Parents:
- 13c4fe0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/main.c
r13c4fe0 rf73b291 100 100 static usbmast_fun_t *bd_srv_usbmast(bd_srv_t *bd) 101 101 { 102 return (usbmast_fun_t *) bd->srvs->sarg;102 return (usbmast_fun_t *) bd->srvs->sarg; 103 103 } 104 104
Note:
See TracChangeset
for help on using the changeset viewer.