1 /* Exported symbols for NuBus services
2
3 (c) 1999 David Huggins-Daines <dhd@debian.org> */
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 EXPORT_SYMBOL(nubus_find_device);
16 EXPORT_SYMBOL(nubus_find_type);
17 EXPORT_SYMBOL(nubus_find_slot);
18 EXPORT_SYMBOL(nubus_get_root_dir);
19 EXPORT_SYMBOL(nubus_get_board_dir);
20 EXPORT_SYMBOL(nubus_get_func_dir);
21 EXPORT_SYMBOL(nubus_readdir);
22 EXPORT_SYMBOL(nubus_find_rsrc);
23 EXPORT_SYMBOL(nubus_rewinddir);
24 EXPORT_SYMBOL(nubus_get_subdir);
25 EXPORT_SYMBOL(nubus_get_rsrc_mem);
26 EXPORT_SYMBOL(nubus_get_rsrc_str);
27
28
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.