Go to the documentation of this file. 1#ifndef __VSF_LINUX_KD_H__
2#define __VSF_LINUX_KD_H__
16#define KDSETMODE (('K' << 8) | 0)
19#define KDGETMODE (('K' << 8) | 1)
20#define KDGKBMODE (('K' << 8) | 2)
21#define KDSKBMODE (('K' << 8) | 3)
22#define KDGETLED (('K' << 8) | 4)
26#define KDGKBENT (('K' << 8) | 5)
27#define KDSKBENT (('K' << 8) | 6)
28#define KDGKBTYPE (('K' << 8) | 7)
unsigned char kb_table
Definition kd.h:34
unsigned short kb_value
Definition kd.h:36
unsigned char kb_index
Definition kd.h:35