diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:27:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:27:07 +0000 |
commit | e2e1a00b1595b4930b86e3ba3ea2e9b771a79653 (patch) | |
tree | ba77e3ac3992e0dbf8f751513b9015d37122a2b1 /lsusb.h | |
parent | Initial commit. (diff) | |
download | usbutils-e2e1a00b1595b4930b86e3ba3ea2e9b771a79653.tar.xz usbutils-e2e1a00b1595b4930b86e3ba3ea2e9b771a79653.zip |
Adding upstream version 1:014.upstream/1%014upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lsusb.h')
-rw-r--r-- | lsusb.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +// 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 |