[SOUND] CS4231 SBus: Two fixes.
[linux-2.6/btrfs-unstable.git] / drivers / fc4 / fc_syms.c
blobbd3918ddf7ac00619046d5d0550428a801f41392
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/types.h>
10 #include <linux/string.h>
11 #include <linux/kernel.h>
13 #include "fcp_impl.h"
15 EXPORT_SYMBOL(fcp_init);
16 EXPORT_SYMBOL(fcp_release);
17 EXPORT_SYMBOL(fcp_queue_empty);
18 EXPORT_SYMBOL(fcp_receive_solicited);
19 EXPORT_SYMBOL(fc_channels);
20 EXPORT_SYMBOL(fcp_state_change);
21 EXPORT_SYMBOL(fc_do_plogi);
22 EXPORT_SYMBOL(fc_do_prli);
24 /* SCSI stuff */
25 EXPORT_SYMBOL(fcp_scsi_queuecommand);
26 EXPORT_SYMBOL(fcp_scsi_abort);
27 EXPORT_SYMBOL(fcp_scsi_dev_reset);
28 EXPORT_SYMBOL(fcp_scsi_host_reset);
30 #endif /* CONFIG_MODULES */