summaryrefslogtreecommitdiff
path: root/i386/i386at/kd_event.h
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:53:50 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 06:16:26 +0900
commit4bcaa65e3269f8b5d18d182999a5e81b2694c1a0 (patch)
tree762292d13a3457c88a671c7ca1a25826af0fc178 /i386/i386at/kd_event.h
parent8c9b556f59821283ca62209efe0a0bf17fad0a49 (diff)
i386/i386at/kd.c: remove forward declarations
* i386/i386at/kd.c (kd_enqsc, kdcheckmagic, do_modifier, bmpch2bit, bmppaintcsr, bit2fbptr): Remove forward declarations. * i386/i386at/kd.h: Include device/buf.h. Include i386at/kdsoft.h. (kdcheckmagic, do_modifier, bmpch2bit, bmppaintcsr, bit2fbptr): Add prototypes. * i386/i386at/kd_event.h (kd_enqsc): Add prototype.
Diffstat (limited to 'i386/i386at/kd_event.h')
-rw-r--r--i386/i386at/kd_event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386at/kd_event.h b/i386/i386at/kd_event.h
index ae18047..d2e5123 100644
--- a/i386/i386at/kd_event.h
+++ b/i386/i386at/kd_event.h
@@ -46,4 +46,6 @@ extern io_return_t kbdsetstat(
int *data,
unsigned int count);
+extern void kd_enqsc(Scancode sc);
+
#endif /* _KD_EVENT_H_ */