diff options
Diffstat (limited to 'sys/i386/isa/kbd.h')
| -rw-r--r-- | sys/i386/isa/kbd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/isa/kbd.h b/sys/i386/isa/kbd.h index a0b0ee77ea5a..2faea405ad12 100644 --- a/sys/i386/isa/kbd.h +++ b/sys/i386/isa/kbd.h @@ -1,9 +1,12 @@ /* * Keyboard definitions * from: unknown origin, 386BSD 0.1 - * $Id: kbd.h,v 1.2 1993/10/16 13:46:04 rgrimes Exp $ + * $Id: kbd.h,v 1.3 1993/11/07 17:44:33 wollman Exp $ */ +#ifndef _I386_ISA_KBD_H_ +#define _I386_ISA_KBD_H_ 1 + /* Reference: IBM AT Technical Reference Manual, * pp. 1-38 to 1-43, 4-3 to 4-22 */ @@ -50,3 +53,4 @@ #define KBR_BATFAIL 0xFC /* BAT failed */ #define KBR_DIAGFAIL 0xFD /* Diagnostic failed response */ #define KBR_RESEND 0xFE /* Keyboard needs resend of command */ +#endif /* _I386_ISA_KBD_H_ */ |
