blob: 22c1dc9f87b3362892fe899b398ad759d0caf1e8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* 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
11EXPORT_SYMBOL(nubus_proc_attach_device);
12EXPORT_SYMBOL(nubus_proc_detach_device);
13#endif
14
15MODULE_LICENSE("GPL");
16
17EXPORT_SYMBOL(nubus_find_device);
18EXPORT_SYMBOL(nubus_find_type);
19EXPORT_SYMBOL(nubus_find_slot);
20EXPORT_SYMBOL(nubus_get_root_dir);
21EXPORT_SYMBOL(nubus_get_board_dir);
22EXPORT_SYMBOL(nubus_get_func_dir);
23EXPORT_SYMBOL(nubus_readdir);
24EXPORT_SYMBOL(nubus_find_rsrc);
25EXPORT_SYMBOL(nubus_rewinddir);
26EXPORT_SYMBOL(nubus_get_subdir);
27EXPORT_SYMBOL(nubus_get_rsrc_mem);
28EXPORT_SYMBOL(nubus_get_rsrc_str);
29