~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/drivers/fc4/fc_syms.c

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  * We should not even be trying to compile this if we are not doing
  3  * a module.
  4  */
  5 #define __NO_VERSION__
  6 #include <linux/config.h>
  7 #include <linux/module.h>
  8 
  9 #ifdef CONFIG_MODULES
 10 
 11 #include <linux/sched.h>
 12 #include <linux/types.h>
 13 #include <linux/string.h>
 14 #include <linux/kernel.h>
 15 
 16 #include "fcp_impl.h"
 17 
 18 EXPORT_SYMBOL(fcp_init);
 19 EXPORT_SYMBOL(fcp_release);
 20 EXPORT_SYMBOL(fcp_queue_empty);
 21 EXPORT_SYMBOL(fcp_receive_solicited);
 22 EXPORT_SYMBOL(fc_channels);
 23 EXPORT_SYMBOL(fcp_state_change);
 24 EXPORT_SYMBOL(fc_do_plogi);
 25 EXPORT_SYMBOL(fc_do_prli);
 26 
 27 /* SCSI stuff */
 28 EXPORT_SYMBOL(fcp_scsi_queuecommand);
 29 EXPORT_SYMBOL(fcp_old_abort);
 30 EXPORT_SYMBOL(fcp_scsi_abort);
 31 EXPORT_SYMBOL(fcp_scsi_dev_reset);
 32 EXPORT_SYMBOL(fcp_scsi_bus_reset);
 33 EXPORT_SYMBOL(fcp_scsi_host_reset);
 34 
 35 #endif /* CONFIG_MODULES */
 36 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.