]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
1 | /* Exported symbols for NuBus services |
2 | ||
3 | (c) 1999 David Huggins-Daines <[email protected]> */ | |
4 | ||
5 | #include <linux/config.h> | |
6 | #include <linux/module.h> | |
7 | #include <linux/types.h> | |
8 | #include <linux/nubus.h> | |
9 | ||
10 | #ifdef CONFIG_PROC_FS | |
11 | EXPORT_SYMBOL(nubus_proc_attach_device); | |
12 | EXPORT_SYMBOL(nubus_proc_detach_device); | |
13 | #endif | |
14 | ||
15 | MODULE_LICENSE("GPL"); | |
16 | ||
17 | EXPORT_SYMBOL(nubus_find_device); | |
18 | EXPORT_SYMBOL(nubus_find_type); | |
19 | EXPORT_SYMBOL(nubus_find_slot); | |
20 | EXPORT_SYMBOL(nubus_get_root_dir); | |
21 | EXPORT_SYMBOL(nubus_get_board_dir); | |
22 | EXPORT_SYMBOL(nubus_get_func_dir); | |
23 | EXPORT_SYMBOL(nubus_readdir); | |
24 | EXPORT_SYMBOL(nubus_find_rsrc); | |
25 | EXPORT_SYMBOL(nubus_rewinddir); | |
26 | EXPORT_SYMBOL(nubus_get_subdir); | |
27 | EXPORT_SYMBOL(nubus_get_rsrc_mem); | |
28 | EXPORT_SYMBOL(nubus_get_rsrc_str); | |
29 |