summaryrefslogtreecommitdiff
path: root/usb_keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb_keyboard.h')
-rw-r--r--usb_keyboard.h4
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);