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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [fs/] [fat/] [fatfs_syms.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 * linux/fs/fat/fatfs_syms.c
3
 *
4
 * Exported kernel symbols for the low-level FAT-based fs support.
5
 *
6
 */
7
 
8
#include <linux/module.h>
9
#include <linux/init.h>
10
 
11
#include <linux/mm.h>
12
#include <linux/msdos_fs.h>
13
#include <linux/fat_cvf.h>
14
 
15
EXPORT_SYMBOL(fat_new_dir);
16
EXPORT_SYMBOL(fat_get_block);
17
EXPORT_SYMBOL(fat_clear_inode);
18
EXPORT_SYMBOL(fat_date_unix2dos);
19
EXPORT_SYMBOL(fat_delete_inode);
20
EXPORT_SYMBOL(fat__get_entry);
21
EXPORT_SYMBOL(fat_mark_buffer_dirty);
22
EXPORT_SYMBOL(fat_notify_change);
23
EXPORT_SYMBOL(fat_put_super);
24
EXPORT_SYMBOL(fat_attach);
25
EXPORT_SYMBOL(fat_detach);
26
EXPORT_SYMBOL(fat_build_inode);
27
EXPORT_SYMBOL(fat_read_super);
28
EXPORT_SYMBOL(fat_search_long);
29
EXPORT_SYMBOL(fat_readdir);
30
EXPORT_SYMBOL(fat_scan);
31
EXPORT_SYMBOL(fat_statfs);
32
EXPORT_SYMBOL(fat_write_inode);
33
EXPORT_SYMBOL(register_cvf_format);
34
EXPORT_SYMBOL(unregister_cvf_format);
35
EXPORT_SYMBOL(fat_get_cluster);
36
EXPORT_SYMBOL(fat_dir_ioctl);
37
EXPORT_SYMBOL(fat_add_entries);
38
EXPORT_SYMBOL(fat_dir_empty);
39
EXPORT_SYMBOL(fat_truncate);
40
EXPORT_SYMBOL(fat_brelse);
41
 
42
static int __init init_fat_fs(void)
43
{
44
        fat_hash_init();
45
        return 0;
46
}
47
 
48
module_init(init_fat_fs)

powered by: WebSVN 2.1.0

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