Declare kbd_docmd()
This commit is contained in:
parent
d9fba6bbfb
commit
9d9695813b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: kbd.h,v 1.3 1996/01/24 22:40:40 gwr Exp $ */
|
||||
/* $NetBSD: kbd.h,v 1.4 1997/10/03 23:08:08 gwr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -81,10 +81,14 @@
|
|||
#define KBD_CMD_NOBELL 3 /* turn bell off */
|
||||
#define KBD_CMD_CLICK 10 /* turn keyclick on */
|
||||
#define KBD_CMD_NOCLICK 11 /* turn keyclick off */
|
||||
#define KBD_CMD_SETLED 14 /* set LED state (type 4 kbd) */
|
||||
#define KBD_CMD_GETLAYOUT 15 /* ask for layout (type 4 kbd) */
|
||||
#define KBD_CMD_SETLED 14 /* set LED state (type 4 kbd) */
|
||||
#define KBD_CMD_GETLAYOUT 15 /* get DIP switch (type 4 kbd) */
|
||||
|
||||
#define LED_NUM_LOCK 0x1
|
||||
#define LED_COMPOSE 0x2
|
||||
#define LED_SCROLL_LOCK 0x4
|
||||
#define LED_CAPS_LOCK 0x8
|
||||
|
||||
#ifdef _KERNEL
|
||||
int kbd_docmd __P((int, int));
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue