Changeset 549ff23 in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2011-10-29T15:35:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17412546
- Parents:
- 4dfc905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r4dfc905 r549ff23 97 97 * @return pointer cast to hcd_t*. 98 98 */ 99 static inline hcd_t * fun_to_hcd( ddf_fun_t *fun)99 static inline hcd_t * fun_to_hcd(const ddf_fun_t *fun) 100 100 { 101 101 assert(fun);
Note:
See TracChangeset
for help on using the changeset viewer.