home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / drivers / char / consolemap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-15  |  303 b   |  14 lines

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