aboutsummaryrefslogtreecommitdiffstats
path: root/kbd.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-30 15:56:45 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-03-30 15:56:45 +0200
commit23c102eb5272d3c2199cb5d952c3ad4b15a03cf6 (patch)
treec6a73d39c0ca4ac3c11dc531c543f64dc5f7185f /kbd.h
parent25441348c4a28fd0821fe7a173e3c6cc166deb16 (diff)
downloadfbida-23c102eb5272d3c2199cb5d952c3ad4b15a03cf6.tar.gz
fbpdf
Diffstat (limited to 'kbd.h')
-rw-r--r--kbd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kbd.h b/kbd.h
index cd15fd3..86aec75 100644
--- a/kbd.h
+++ b/kbd.h
@@ -4,6 +4,7 @@
#define KEY_MOD_CTRL (1 << 1)
uint32_t kbd_parse(const char *key, uint32_t *mod);
+int kbd_wait(int timeout);
void tty_raw(void);
void tty_restore(void);