From 4469398272d78adb81968178276180f16cc8e647 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 18 Sep 2024 11:18:02 -0600 Subject: fixes for arm? --- usb_keyboard.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'usb_keyboard.h') diff --git a/usb_keyboard.h b/usb_keyboard.h index e989700..40b0bb2 100644 --- a/usb_keyboard.h +++ b/usb_keyboard.h @@ -11,15 +11,7 @@ typedef cr_chan_t(uint32_t, int) usb_keyboard_chan_t; -typedef struct { - usb_keyboard_chan_t *chan; - uint32_t rune; - uint8_t report_id; - uint8_t modifier; - uint8_t keycodes[0]; -} usb_keyboard_stack_t; - void usb_keyboard_init(void); -void usb_keyboard_cr(void *stack); +COROUTINE usb_keyboard_cr(void *arg); #endif /* _USB_KEYBOARD_H_ */ -- cgit v1.2.3-2-g168b