bus/USB.h: header for usb device items

Change-Id: Ic36733af169948f54d7d938dfab1cb5aeb34ab9a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5956
Reviewed-by: Adrien Destugues <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jérôme Duval
2022-12-22 17:43:32 +00:00
committed by waddlesplash
parent 8b26b08a34
commit 2c08dd5bc5
5 changed files with 21 additions and 22 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
* 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 */