mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-15 06:53:43 +08:00
567aa81b0e
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
7 lines
69 B
C
7 lines
69 B
C
#ifndef _LSUSB_H
|
|
#define _LSUSB_H
|
|
|
|
extern int lsusb_t(void);
|
|
|
|
#endif
|