summaryrefslogtreecommitdiff
path: root/i386/i386at/kd.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-15 23:51:23 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:15 +0200
commit4bf4c70ff3285c57b1ee3d435534a7d33311d000 (patch)
tree71b48b8aa54c9dfa2dc5eb817239f5ab1011ca0f /i386/i386at/kd.c
parentd9be8218e63626ee0e0a02e07dd0705c6a65eda9 (diff)
2008-07-15 Barry deFreese <bddebian@comcast.net>
* i386/i386at/kd.h (kd_isupper, kd_islower, kd_senddata, kd_sendcmd, kd_cmdreg_write, kd_mouse_drain, set_kd_state, kd_setleds1, kd_setleds2, cnsetleds, kdreboot, kd_putc, kd_parseesc, kd_down, kd_up, kd_cr, kd_tab, kd_left, kd_right, kd_scrollup, kd_scrolldn, kd_cls, kd_home, kd_atoi, kd_insch, kd_cltobcur, kd_cltopcur, kd_cltoecur, kd_clfrbcur, kd_eraseln, kd_insln, kd_delln, kd_delch, kd_erase, kd_bellon, kd_belloff, kdinit, kdsetkbent, kdgetkbent, kdsetbell, kd_resend, kd_handle_ack, kd_kbd_magic, kdstate2idx, kd_parserest, kdcnmaygetc, kd_slmwd, kd_slmscu, kd_slmscd): Add prototypes. * i386/i386at/kd.c (do_modifier): Add prototype.
Diffstat (limited to 'i386/i386at/kd.c')
-rw-r--r--i386/i386at/kd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c
index 9dbbd46..75b56eb 100644
--- a/i386/i386at/kd.c
+++ b/i386/i386at/kd.c
@@ -118,6 +118,7 @@ int kdcnprobe(struct consdev *cp);
int kdcninit(struct consdev *cp);
int kdcngetc(dev_t dev, int wait);
int kdcnputc(dev_t dev, int c);
+int do_modifier (int, Scancode, boolean_t);
/*
* These routines define the interface to the device-specific layer.