diff options
Diffstat (limited to 'usb_common.h')
-rw-r--r-- | usb_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usb_common.h b/usb_common.h index f0ed844..a6006fa 100644 --- a/usb_common.h +++ b/usb_common.h @@ -1,3 +1,9 @@ +/* usb_common.h - Common framework for implementing multiple USB devices at once + * + * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> + * SPDX-Licence-Identifier: AGPL-3.0-or-later + */ + #ifndef _USB_COMMON_H_ #define _USB_COMMON_H_ |