MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / fc4 / fc_syms.c
blob8bac2c453027f836d951bcc70912b3a207b10dbf
1 /*
2 * We should not even be trying to compile this if we are not doing
3 * a module.
4 */
5 #include <linux/config.h>
6 #include <linux/module.h>
8 #ifdef CONFIG_MODULES
10 #include <linux/sched.h>
11 #include <linux/types.h>
12 #include <linux/string.h>
13 #include <linux/kernel.h>
15 #include "fcp_impl.h"
17 EXPORT_SYMBOL(fcp_init);
18 EXPORT_SYMBOL(fcp_release);
19 EXPORT_SYMBOL(fcp_queue_empty);
20 EXPORT_SYMBOL(fcp_receive_solicited);
21 EXPORT_SYMBOL(fc_channels);
22 EXPORT_SYMBOL(fcp_state_change);
23 EXPORT_SYMBOL(fc_do_plogi);
24 EXPORT_SYMBOL(fc_do_prli);
26 /* SCSI stuff */
27 EXPORT_SYMBOL(fcp_scsi_queuecommand);
28 EXPORT_SYMBOL(fcp_scsi_abort);
29 EXPORT_SYMBOL(fcp_scsi_dev_reset);
30 EXPORT_SYMBOL(fcp_scsi_bus_reset);
31 EXPORT_SYMBOL(fcp_scsi_host_reset);
33 #endif /* CONFIG_MODULES */