From e5e15c04bc58c34906e6d7cfcbad68d1a5617563 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 27 Sep 2024 17:25:36 -0600 Subject: wip --- cmd/harness/usb_keyboard.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 cmd/harness/usb_keyboard.h (limited to 'cmd/harness/usb_keyboard.h') diff --git a/cmd/harness/usb_keyboard.h b/cmd/harness/usb_keyboard.h deleted file mode 100644 index 6b65360..0000000 --- a/cmd/harness/usb_keyboard.h +++ /dev/null @@ -1,17 +0,0 @@ -/* usb_keyboard.h - Implementation of a USB keyboard device - * - * Copyright (C) 2024 Luke T. Shumaker - * 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_ */ -- cgit v1.2.3-2-g168b