00001 /****************************** Module Header ******************************\ 00002 * Module Name: kbd101.h 00003 * 00004 * Copyright (c) 1985-91, Microsoft Corporation 00005 * 00006 * Various defines for use by keyboard input code. 00007 * 00008 * History: 00009 \***************************************************************************/ 00010 00011 /* 00012 * kbd type should be controlled by cl command-line argument 00013 */ 00014 #define KBD_TYPE 11 00015 00016 /* 00017 * Include the basis of all keyboard table values 00018 */ 00019 #include "kbd.h"