6 extern unsigned char fat_a2alias
[]; /* Ascii to alias name conversion table */
7 extern struct unicode_value fat_a2uni
[]; /* Ascii to Unicode conversion table */
8 extern unsigned char *fat_uni2asc_pg
[];
11 * Since Linux can't deal with Unicode in filenames, these provide
12 * a method to encode the Unicode names in a manner that the vfat
13 * filesystem can them decode back to Unicode. This conversion
14 * only occurs when the filesystem was mounted with the 'uni_xlate' mount
17 extern unsigned char fat_uni2code
[];
18 extern unsigned char fat_code2uni
[];
21 * Overrides for Emacs so that we follow Linus's tabbing style.
22 * Emacs will notice this stuff at the end of the file and automatically
23 * adjust the settings for this buffer only. This must remain at the end
25 * ---------------------------------------------------------------------------
28 * c-brace-imaginary-offset: 0
32 * c-continued-statement-offset: 8
33 * c-continued-brace-offset: 0