Home
last modified time | relevance | path

Searched refs:conv_8bit_to_uni (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dconsolemap.h22 extern u32 conv_8bit_to_uni(unsigned char c);
29 #define conv_8bit_to_uni(c) ((uint32_t)(c)) macro