MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / drivers / fc4 / fc_syms.c
blob8700a8076d0482df55c2cd8e379d603e7873e918
1 /*
2 * We should not even be trying to compile this if we are not doing
3 * a module.
4 */
5 #include <linux/module.h>
7 #ifdef CONFIG_MODULES
9 #include <linux/sched.h>
10 #include <linux/types.h>
11 #include <linux/string.h>
12 #include <linux/kernel.h>
14 #include "fcp_impl.h"
16 EXPORT_SYMBOL(fcp_init);
17 EXPORT_SYMBOL(fcp_release);
18 EXPORT_SYMBOL(fcp_queue_empty);
19 EXPORT_SYMBOL(fcp_receive_solicited);
20 EXPORT_SYMBOL(fc_channels);
21 EXPORT_SYMBOL(fcp_state_change);
22 EXPORT_SYMBOL(fc_do_plogi);
23 EXPORT_SYMBOL(fc_do_prli);
25 /* SCSI stuff */
26 EXPORT_SYMBOL(fcp_scsi_queuecommand);
27 EXPORT_SYMBOL(fcp_scsi_abort);
28 EXPORT_SYMBOL(fcp_scsi_dev_reset);
29 EXPORT_SYMBOL(fcp_scsi_host_reset);
31 #endif /* CONFIG_MODULES */