]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
usb-linux.c: provide our own copy of <linux/usbdevice_fs.h>
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 28 Oct 2008 10:25:11 +0000 (10:25 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 28 Oct 2008 10:25:34 +0000 (10:25 +0000)
commitfcb8c54e138327f4b9013818a11e7b4ccee94cdc
treec4308b0703ba7f8def7b23a500172bd45ec25654
parentc0acf4d699b13200fbad8f19b6ca89f23eb46317
usb-linux.c: provide our own copy of <linux/usbdevice_fs.h>

The version on the Xensource build machines is too old.  And since
this is a stable ABI it is permitted to copy the headers from Linux
into applications.

Original-Author: Thomas Sailer <sailer@ife.ee.ethz.ch>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
linux-headers/usbdevice_fs.h [new file with mode: 0644]
usb-linux.c