summaryrefslogtreecommitdiff
path: root/drivers/ps2/ps2.h
diff options
context:
space:
mode:
authorAndrew Dunai <a@dun.ai>2022-05-31 09:15:17 +0300
committerGitHub <noreply@github.com>2022-05-30 23:15:17 -0700
commitecce9900c9cecfb095a9eb041af32eab26b44c1e (patch)
tree2e811aaa0d4ae44f98017de887ab0dec1ea0a9e4 /drivers/ps2/ps2.h
parentd44a950c107492b801d567a507e2213376e7f47c (diff)
Improve PS/2 mouse performance (#17111)
Diffstat (limited to 'drivers/ps2/ps2.h')
-rw-r--r--drivers/ps2/ps2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ps2/ps2.h b/drivers/ps2/ps2.h
index f123192852..2465e16235 100644
--- a/drivers/ps2/ps2.h
+++ b/drivers/ps2/ps2.h
@@ -89,6 +89,7 @@ uint8_t ps2_host_send(uint8_t data);
uint8_t ps2_host_recv_response(void);
uint8_t ps2_host_recv(void);
void ps2_host_set_led(uint8_t usb_led);
+bool pbuf_has_data(void);
/*--------------------------------------------------------------------
* static functions