  | 
  
    RTEMS
    5.1
    
   | 
 
 
 
 
Go to the documentation of this file.   17 #include <sys/types.h>    21 #define KIOCSOUND   0x4B2F      22 #define KDMKTONE    0x4B30      24 #define KDGETLED    0x4B31      25 #define KDSETLED    0x4B32      30 #define  KDGKBTYPE  0x4B33      35 #define     KDSETMODE   0x4B3A      37 #define     KD_GRAPHICS 0x01    40 #define     KDGETMODE   0x4B3B      44 #define     K_MEDIUMRAW 0x02    45 #define     K_UNICODE   0x03    46 #define     KDGKBMODE   0x4B44      47 #define     KDSKBMODE   0x4B45      49 #define     K_METABIT   0x03    50 #define     K_ESCPREFIX 0x04    51 #define     KDGKBMETA   0x4B62      52 #define     KDSKBMETA   0x4B63      54 #define     K_SCROLLLOCK    0x01    55 #define     K_CAPSLOCK  0x02    56 #define     K_NUMLOCK   0x04    57 #define    KDGKBLED 0x4B64      58 #define     KDSKBLED    0x4B65      61     unsigned char kb_table;
    62     unsigned char kb_index;
    63     unsigned short kb_value;
    65 #define     K_NORMTAB   0x00    66 #define     K_SHIFTTAB  0x01    68 #define     K_ALTSHIFTTAB   0x03    70 #define KDGKBENT    0x4B46      71 #define KDSKBENT    0x4B47      74     unsigned char kb_func;
    75     unsigned char kb_string[512];
    79         unsigned char diacr, base, result;
    85 #define KDGKBDIACR      0x4B4A      86 #define KDSKBDIACR      0x4B4B      89     unsigned int scancode, keycode;
    91 #define KDGETKEYCODE    0x4B4C      92 #define KDSETKEYCODE    0x4B4D      94 #define KDSIGACCEPT 0x4B4E      96 #define KDGHWCLK        0x4B50      97 #define KDSHWCLK        0x4B51     104 #define KDKBDREP        0x4B52