root/fs/fat/tables.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 struct unicode_value {
   2         unsigned char uni1;
   3         unsigned char uni2;
   4 };
   5 
   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 
   9 extern unsigned char *fat_uni2asc_pg[];
  10 
  11 /*
  12  * Overrides for Emacs so that we follow Linus's tabbing style.
  13  * Emacs will notice this stuff at the end of the file and automatically
  14  * adjust the settings for this buffer only.  This must remain at the end
  15  * of the file.
  16  * ---------------------------------------------------------------------------
  17  * Local variables:
  18  * c-indent-level: 8
  19  * c-brace-imaginary-offset: 0
  20  * c-brace-offset: -8
  21  * c-argdecl-indent: 8
  22  * c-label-offset: -8
  23  * c-continued-statement-offset: 8
  24  * c-continued-brace-offset: 0
  25  * End:
  26  */

/* [previous][next][first][last][top][bottom][index][help] */