aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/fc.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-10-07 13:17:52 +0100
committerMichael Brown <mcb30@ipxe.org>2010-10-07 19:16:34 +0100
commit1775a6f25e5d045be3b1a29a1c7c7852a16863c3 (patch)
tree04fff86d034908ef6ce79bd575d8b6a367684d7e /src/include/ipxe/fc.h
parent88dd921e24af0893734d4e197d646cfc7732ed54 (diff)
downloadipxe-1775a6f25e5d045be3b1a29a1c7c7852a16863c3.tar.gz
[fc] Include port IDs in metadata for received Fibre Channel frames
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/fc.h')
-rw-r--r--src/include/ipxe/fc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/fc.h b/src/include/ipxe/fc.h
index 00571f1fd..a907c4cb7 100644
--- a/src/include/ipxe/fc.h
+++ b/src/include/ipxe/fc.h
@@ -71,6 +71,8 @@ extern const char * fc_id_ntoa ( const struct fc_port_id *id );
extern int fc_id_aton ( const char *id_text, struct fc_port_id *id );
extern const char * fc_ntoa ( const struct fc_name *wwn );
extern int fc_aton ( const char *wwn_text, struct fc_name *wwn );
+extern struct sockaddr * fc_fill_sockaddr ( struct sockaddr_fc *sa_fc,
+ struct fc_port_id *id );
/******************************************************************************
*