summaryrefslogtreecommitdiffstats
path: root/app/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/prototypes.h')
-rw-r--r--app/prototypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/prototypes.h b/app/prototypes.h
index 4349f48..8849f83 100644
--- a/app/prototypes.h
+++ b/app/prototypes.h
@@ -17,6 +17,7 @@ extern const struct usb_config_descriptor config;
extern usbd_device *usbd_dev;
extern void usb_set_config(usbd_device *usbd_dev, uint16_t wValue);
extern void usb_init(void);
+extern void usb_poll(void);
extern void usb_run(void);
/* consumer.c */
extern const struct usb_endpoint_descriptor consumer_endpoint;
@@ -32,6 +33,7 @@ extern int atkbd_set_leds(uint8_t leds);
extern int atkbd_set_scanset(uint8_t scanset);
extern int atkbd_set_mb(void);
extern int atkbd_set_mbr(void);
+extern void atkbd_start(void);
extern void atkbd_init(void);
/* ring.c */
extern void ring_init(volatile ring_t *r, uint8_t *buf, size_t len);