diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-26 19:36:54 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-26 19:36:54 -0600 |
commit | 71e1a86a033c380f85dd300d788af63bfef25bab (patch) | |
tree | 07aa53d5a933ba51535a78972edbfe0cd95a31c5 /usb_keyboard.h | |
parent | f5da707e77ee954b12f3c961012e4f40fa4e1bd3 (diff) |
wip reorg
Diffstat (limited to 'usb_keyboard.h')
-rw-r--r-- | usb_keyboard.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/usb_keyboard.h b/usb_keyboard.h deleted file mode 100644 index 6b65360..0000000 --- a/usb_keyboard.h +++ /dev/null @@ -1,17 +0,0 @@ -/* usb_keyboard.h - Implementation of a USB keyboard device - * - * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> - * SPDX-Licence-Identifier: AGPL-3.0-or-later - */ - -#ifndef _USB_KEYBOARD_H_ -#define _USB_KEYBOARD_H_ - -#include "coroutine_rpc.h" - -typedef cr_rpc_t(uint32_t, int) usb_keyboard_rpc_t; - -void usb_keyboard_init(void); -COROUTINE usb_keyboard_cr(void *arg); - -#endif /* _USB_KEYBOARD_H_ */ |