Changeset f6a1386 in mainline
- Timestamp:
- 2011-02-12T20:26:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b1931b
- Parents:
- b43bcf1
- Location:
- uspace/lib/usb/include/usb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/hcd.h
rb43bcf1 rf6a1386 33 33 * @brief HC driver. 34 34 */ 35 #ifndef LIBUSB_ HCD_H_36 #define LIBUSB_ HCD_H_35 #ifndef LIBUSB_ADDRKEEP_H_ 36 #define LIBUSB_ADDRKEEP_H_ 37 37 38 38 #include <usb/usb.h> -
uspace/lib/usb/include/usb/recognise.h
rb43bcf1 rf6a1386 39 39 #include <usb/usb.h> 40 40 #include <usb/pipes.h> 41 #include <ipc/devman.h> 41 42 42 43 int usb_device_create_match_ids(usb_endpoint_pipe_t *, match_id_list_t *);
Note:
See TracChangeset
for help on using the changeset viewer.