mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
hostusb: Move USB_DEVFS define to hostusb.h to fix the build
This commit is contained in:
parent
96a108c993
commit
2628ad8368
@ -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" */
|
||||
|
||||
|
@ -25,6 +25,8 @@
|
||||
|
||||
# include "internal.h"
|
||||
|
||||
# define USB_DEVFS "/dev/bus/usb/"
|
||||
|
||||
typedef struct _usbDevice usbDevice;
|
||||
typedef struct _usbDeviceList usbDeviceList;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user