/** Copyright 2022, Haiku Inc. All Rights Reserved.* Distributed under the terms of the MIT license.*/#ifndef _BUS_USB_H#define _BUS_USB_H#define USB_DEVICE_ID_ITEM "usb/id"#define USB_DEVICE_CLASS "usb/class"#define USB_DEVICE_SUBCLASS "usb/subclass"#define USB_DEVICE_PROTOCOL "usb/protocol"#endif /* _BUS_USB_H */