Last change
on this file was 95666, checked in by vboxsync, 3 years ago |
Devices/PC/ipxe: scm fixes and export to OSE, bugref:10254
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
430 bytes
|
Line | |
---|
1 | #ifndef _USR_FCMGMT_H
|
---|
2 | #define _USR_FCMGMT_H
|
---|
3 |
|
---|
4 | /** @file
|
---|
5 | *
|
---|
6 | * Fibre Channel management
|
---|
7 | *
|
---|
8 | */
|
---|
9 |
|
---|
10 | FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
---|
11 |
|
---|
12 | struct fc_port;
|
---|
13 | struct fc_peer;
|
---|
14 | struct fc_els_handler;
|
---|
15 |
|
---|
16 | extern void fcportstat ( struct fc_port *port );
|
---|
17 | extern void fcpeerstat ( struct fc_peer *peer );
|
---|
18 | extern int fcels ( struct fc_port *port, struct fc_port_id *peer_port_id,
|
---|
19 | struct fc_els_handler *handler );
|
---|
20 |
|
---|
21 | #endif /* _USR_FCMGMT_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.