5 * this really is an extension of the vc_cons structure in console.c, but
6 * with information needed by the vt package
11 extern struct vt_struct
{
12 unsigned char vc_mode
; /* KD_TEXT, ... */
13 unsigned char vc_kbdraw
;
14 unsigned char vc_kbde0
;
15 unsigned char vc_kbdleds
;
16 struct vt_mode vt_mode
;
19 } vt_cons
[NR_CONSOLES
];
21 void kd_mksound(unsigned int count
, unsigned int ticks
);
23 #endif /* _VT_KERN_H */