allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / nubus / nubus_syms.c
blob9204f04fbf0b3f4d38dedff6308249042e4a89a2
1 /* Exported symbols for NuBus services
3 (c) 1999 David Huggins-Daines <dhd@debian.org> */
5 #include <linux/module.h>
6 #include <linux/types.h>
7 #include <linux/nubus.h>
9 #ifdef CONFIG_PROC_FS
10 EXPORT_SYMBOL(nubus_proc_attach_device);
11 EXPORT_SYMBOL(nubus_proc_detach_device);
12 #endif
14 MODULE_LICENSE("GPL");
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);