Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
consolemap.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Macros

#define LAT1_MAP   0
 
#define GRAF_MAP   1
 
#define IBMPC_MAP   2
 
#define USER_MAP   3
 
#define inverse_translate(conp, glyph, uni)   ((uint16_t)glyph)
 
#define set_translate(m, vc)   ((unsigned short *)NULL)
 
#define conv_uni_to_pc(conp, ucs)   ((int) (ucs > 0xff ? -1: ucs))
 
#define conv_8bit_to_uni(c)   ((uint32_t)(c))
 
#define conv_uni_to_8bit(c)   ((int) ((c) & 0xff))
 
#define console_map_init(c)   do { ; } while (0)
 

Macro Definition Documentation

#define console_map_init (   c)    do { ; } while (0)

Definition at line 31 of file consolemap.h.

#define conv_8bit_to_uni (   c)    ((uint32_t)(c))

Definition at line 29 of file consolemap.h.

#define conv_uni_to_8bit (   c)    ((int) ((c) & 0xff))

Definition at line 30 of file consolemap.h.

#define conv_uni_to_pc (   conp,
  ucs 
)    ((int) (ucs > 0xff ? -1: ucs))

Definition at line 28 of file consolemap.h.

#define GRAF_MAP   1

Definition at line 10 of file consolemap.h.

#define IBMPC_MAP   2

Definition at line 11 of file consolemap.h.

#define inverse_translate (   conp,
  glyph,
  uni 
)    ((uint16_t)glyph)

Definition at line 26 of file consolemap.h.

#define LAT1_MAP   0

Definition at line 9 of file consolemap.h.

#define set_translate (   m,
  vc 
)    ((unsigned short *)NULL)

Definition at line 27 of file consolemap.h.

#define USER_MAP   3

Definition at line 12 of file consolemap.h.