URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [char/] [consolemap.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
/* * consolemap.h * * Interface between console.c, selection.c and consolemap.c */ #define LAT1_MAP 0 #define GRAF_MAP 1 #define IBMPC_MAP 2 #define USER_MAP 3 extern int hashtable_contents_valid; extern unsigned char inverse_translate(int glyph); extern unsigned short *set_translate(int m); extern int conv_uni_to_pc(long ucs);
Go to most recent revision | Compare with Previous | Blame | View Log