source: svn/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/linux/consolemap.h @ 74

Last change on this file since 74 was 74, checked in by phkim, 10 years ago
  1. phkim
  2. zasc
  3. 변경 내용
    • CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
  • Property svn:executable set to *
File size: 380 bytes
Line 
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
11struct vc_data;
12
13extern unsigned char inverse_translate(struct vc_data *conp, int glyph);
14extern unsigned short *set_translate(int m, struct vc_data *vc);
15extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
Note: See TracBrowser for help on using the repository browser.