Revert "[SCSI] Remove full sg table memset()"
[deliverable/linux.git] / drivers / nubus / nubus_syms.c
CommitLineData
1da177e4
LT
1/* Exported symbols for NuBus services
2
3 (c) 1999 David Huggins-Daines <dhd@debian.org> */
4
1da177e4
LT
5#include <linux/module.h>
6#include <linux/types.h>
7#include <linux/nubus.h>
8
9#ifdef CONFIG_PROC_FS
10EXPORT_SYMBOL(nubus_proc_attach_device);
11EXPORT_SYMBOL(nubus_proc_detach_device);
12#endif
13
14MODULE_LICENSE("GPL");
15
16EXPORT_SYMBOL(nubus_find_device);
17EXPORT_SYMBOL(nubus_find_type);
18EXPORT_SYMBOL(nubus_find_slot);
19EXPORT_SYMBOL(nubus_get_root_dir);
20EXPORT_SYMBOL(nubus_get_board_dir);
21EXPORT_SYMBOL(nubus_get_func_dir);
22EXPORT_SYMBOL(nubus_readdir);
23EXPORT_SYMBOL(nubus_find_rsrc);
24EXPORT_SYMBOL(nubus_rewinddir);
25EXPORT_SYMBOL(nubus_get_subdir);
26EXPORT_SYMBOL(nubus_get_rsrc_mem);
27EXPORT_SYMBOL(nubus_get_rsrc_str);
28
This page took 0.251684 seconds and 5 git commands to generate.