summaryrefslogtreecommitdiff
path: root/include/lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lpc.h')
-rw-r--r--include/lpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lpc.h b/include/lpc.h
index 3dd39a105e..9ecef5027b 100644
--- a/include/lpc.h
+++ b/include/lpc.h
@@ -23,6 +23,9 @@ uint8_t *lpc_get_memmap_range(void);
*/
int lpc_keyboard_has_char(void);
+/* Return true if the FRMH is still set */
+int lpc_keyboard_input_pending(void);
+
/**
* Send a byte to host via keyboard port 0x60.
*