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