diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-24 14:16:35 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-24 14:16:35 -0600 |
commit | d282266beb71bfb9b21cf00f3025c01df7dd8e4d (patch) | |
tree | 16e5bd9f909148f68e960bbba36b55e94ea22e5e /usb_keyboard.h | |
parent | d559c50a98e65ce889411b46ab108b392907e0f0 (diff) |
rename cr_chan to cr_rpc
Diffstat (limited to 'usb_keyboard.h')
-rw-r--r-- | usb_keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usb_keyboard.h b/usb_keyboard.h index 656add8..6b65360 100644 --- a/usb_keyboard.h +++ b/usb_keyboard.h @@ -7,9 +7,9 @@ #ifndef _USB_KEYBOARD_H_ #define _USB_KEYBOARD_H_ -#include "coroutine_chan.h" +#include "coroutine_rpc.h" -typedef cr_chan_t(uint32_t, int) usb_keyboard_chan_t; +typedef cr_rpc_t(uint32_t, int) usb_keyboard_rpc_t; void usb_keyboard_init(void); COROUTINE usb_keyboard_cr(void *arg); |