summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/if_ether.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/if_ether.h')
-rw-r--r--src/include/ipxe/if_ether.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/if_ether.h b/src/include/ipxe/if_ether.h
index a5262414..db6cb0df 100644
--- a/src/include/ipxe/if_ether.h
+++ b/src/include/ipxe/if_ether.h
@@ -22,6 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ETH_P_SLOW 0x8809 /* Ethernet slow protocols */
#define ETH_P_EAPOL 0x888E /* 802.1X EAP over LANs */
#define ETH_P_AOE 0x88A2 /* ATA over Ethernet */
+#define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */
+#define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */
/** An Ethernet link-layer header */
struct ethhdr {