Changes in uspace/lib/usbhost/include/usb/host/endpoint.h [160b75e:3e4f2e0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
r160b75e r3e4f2e0 27 27 */ 28 28 29 /** @addtogroup libusb host29 /** @addtogroup libusb 30 30 * @{ 31 31 */ … … 33 33 * 34 34 */ 35 #ifndef LIBUSB HOST_HOST_ENDPOINT_H36 #define LIBUSB HOST_HOST_ENDPOINT_H35 #ifndef LIBUSB_HOST_ENDPOINT_H 36 #define LIBUSB_HOST_ENDPOINT_H 37 37 38 38 #include <assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.