Home
last modified time | relevance | path

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

/include/linux/
Dconsolemap.h21 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);
28 #define conv_uni_to_pc(conp, ucs) ((int) (ucs > 0xff ? -1: ucs)) argument