1 /* 2 * Copyright 2022, Haiku Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT license. 4 */ 5 #ifndef _BUS_USB_H 6 #define _BUS_USB_H 7 8 9 #define USB_DEVICE_ID_ITEM "usb/id" 10 #define USB_DEVICE_CLASS "usb/class" 11 #define USB_DEVICE_SUBCLASS "usb/subclass" 12 #define USB_DEVICE_PROTOCOL "usb/protocol" 13 14 15 #endif /* _BUS_USB_H */ 16