Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / include / usr / fcmgmt.h
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 */