Changeset 4417
- Timestamp:
- 05/08/08 22:28:53 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/host/qemu-neo1973/usb-linux-gadget.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/qemu-neo1973/usb-linux-gadget.c
r3616 r4417 27 27 # include <linux/usb_ch9.h> 28 28 # include <linux/usb_gadgetfs.h> 29 # elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 23) 30 # include <linux/usb/ch9.h> 31 # include <linux/usb_gadgetfs.h> 29 32 # else 30 33 # include <linux/usb/ch9.h> 31 # include <linux/usb _gadgetfs.h>34 # include <linux/usb/gadgetfs.h> 32 35 # endif 33 36 # include <poll.h>
Note: See TracChangeset
for help on using the changeset viewer.
