OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [fc4/] [fc_syms.c] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
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 */

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.