Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* Exported symbols for NuBus services |
| 2 | |
| 3 | (c) 1999 David Huggins-Daines <dhd@debian.org> */ |
| 4 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | #include <linux/module.h> |
| 6 | #include <linux/types.h> |
| 7 | #include <linux/nubus.h> |
| 8 | |
| 9 | #ifdef CONFIG_PROC_FS |
| 10 | EXPORT_SYMBOL(nubus_proc_attach_device); |
| 11 | EXPORT_SYMBOL(nubus_proc_detach_device); |
| 12 | #endif |
| 13 | |
| 14 | MODULE_LICENSE("GPL"); |
| 15 | |
| 16 | EXPORT_SYMBOL(nubus_find_device); |
| 17 | EXPORT_SYMBOL(nubus_find_type); |
| 18 | EXPORT_SYMBOL(nubus_find_slot); |
| 19 | EXPORT_SYMBOL(nubus_get_root_dir); |
| 20 | EXPORT_SYMBOL(nubus_get_board_dir); |
| 21 | EXPORT_SYMBOL(nubus_get_func_dir); |
| 22 | EXPORT_SYMBOL(nubus_readdir); |
| 23 | EXPORT_SYMBOL(nubus_find_rsrc); |
| 24 | EXPORT_SYMBOL(nubus_rewinddir); |
| 25 | EXPORT_SYMBOL(nubus_get_subdir); |
| 26 | EXPORT_SYMBOL(nubus_get_rsrc_mem); |
| 27 | EXPORT_SYMBOL(nubus_get_rsrc_str); |
| 28 | |