OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [fs/] [fat/] [tables.h] - Blame information for rev 1628

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1628 jcastillo
#ifndef _FS_FAT_TABLES_H
2
#define _FS_FAT_TABLES_H
3
 
4
struct unicode_value {
5
        unsigned char uni1;
6
        unsigned char uni2;
7
};
8
 
9
extern unsigned char fat_a2alias[];             /* Ascii to alias name conversion table */
10
extern struct unicode_value fat_a2uni[];        /* Ascii to Unicode conversion table */
11
extern unsigned char *fat_uni2asc_pg[];
12
 
13
/*
14
 * Since Linux can't deal with Unicode in filenames, these provide
15
 * a method to encode the Unicode names in a manner that the vfat
16
 * filesystem can them decode back to Unicode.  This conversion
17
 * only occurs when the filesystem was mounted with the 'uni_xlate' mount
18
 * option.
19
 */
20
extern unsigned char fat_uni2code[];
21
extern unsigned char fat_code2uni[];
22
 
23
/*
24
 * Overrides for Emacs so that we follow Linus's tabbing style.
25
 * Emacs will notice this stuff at the end of the file and automatically
26
 * adjust the settings for this buffer only.  This must remain at the end
27
 * of the file.
28
 * ---------------------------------------------------------------------------
29
 * Local variables:
30
 * c-indent-level: 8
31
 * c-brace-imaginary-offset: 0
32
 * c-brace-offset: -8
33
 * c-argdecl-indent: 8
34
 * c-label-offset: -8
35
 * c-continued-statement-offset: 8
36
 * c-continued-brace-offset: 0
37
 * End:
38
 */
39
 
40
#endif /* _FS_FAT_TABLES_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.