libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / bin / listusb / listusb.h
blobcdc2740430e3984dbbe0d777b16e05a00bce4a5e
1 /*
2 * Originally released under the Be Sample Code License.
3 * Copyright 2000, Be Incorporated. All rights reserved.
5 * Modified for Haiku by François Revol and Michael Lotz.
6 * Copyright 2007-2016, Haiku Inc. All rights reserved.
7 */
10 #ifndef LISTUSB_H
11 #define LISTUSB_H
14 #include <USBKit.h>
17 void DumpDescriptorData(const usb_generic_descriptor* descriptor);
19 void DumpAudioDescriptor(const usb_generic_descriptor* descriptor, int subclass);
20 void DumpVideoDescriptor(const usb_generic_descriptor* descriptor, int subclass);
23 #endif /* !LISTUSB_H */