root/drivers/char/consolemap.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * consolemap.h
   3  *
   4  * Interface between console.c, selection.c  and consolemap.c
   5  */
   6 #define LAT1_MAP 0
   7 #define GRAF_MAP 1
   8 #define IBMPC_MAP 2
   9 #define USER_MAP 3
  10 
  11 extern int hashtable_contents_valid;
  12 extern unsigned char inverse_translate(int glyph);
  13 extern unsigned short *set_translate(int m);
  14 extern int conv_uni_to_pc(long ucs);

/* [previous][next][first][last][top][bottom][index][help] */