usbutils/lsusb.h
Greg Kroah-Hartman 567aa81b0e add lsusb.h to fix some complier warnings.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-10-22 10:48:02 +02:00

7 lines
69 B
C

#ifndef _LSUSB_H
#define _LSUSB_H
extern int lsusb_t(void);
#endif