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:
committed by
waddlesplash
parent
8b26b08a34
commit
2c08dd5bc5
@@ -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 */
|
||||
Reference in New Issue
Block a user