Last change
on this file since 47928 was 47928, checked in by vboxsync, 12 years ago |
Devices/PC: export iPXE to OSE
|
-
Property svn:eol-style
set to
native
|
File size:
422 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 );
|
---|
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.