hostusb: Move USB_DEVFS define to hostusb.h to fix the build

This commit is contained in:
Cole Robinson 2012-12-17 14:37:11 -05:00
parent 96a108c993
commit 2628ad8368
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,6 @@
#include "virterror_internal.h"
#define USB_SYSFS "/sys/bus/usb"
#define USB_DEVFS "/dev/bus/usb/"
#define USB_ID_LEN 10 /* "1234 5678" */
#define USB_ADDR_LEN 8 /* "123:456" */

View File

@ -25,6 +25,8 @@
# include "internal.h"
# define USB_DEVFS "/dev/bus/usb/"
typedef struct _usbDevice usbDevice;
typedef struct _usbDeviceList usbDeviceList;