2c08dd5bc5
Change-Id: Ic36733af169948f54d7d938dfab1cb5aeb34ab9a Reviewed-on: https://review.haiku-os.org/c/haiku/+/5956 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
16 lines
334 B
C
16 lines
334 B
C
/*
|
|
* 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 */
|