mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-14 14:33:44 +08:00
23b232bf36
This makes `reuse lint` happy as well as license lawyers... Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
206 B
C
10 lines
206 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/* Copyright 2011 (c) Greg Kroah-Hartman <gregkh@suse.de> */
|
|
#ifndef _LSUSB_H
|
|
#define _LSUSB_H
|
|
|
|
extern int lsusb_t(void);
|
|
extern unsigned int verblevel;
|
|
|
|
#endif
|