diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/fcoe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/fcoe.h b/src/include/ipxe/fcoe.h index 69120d3e6..6ba5b406a 100644 --- a/src/include/ipxe/fcoe.h +++ b/src/include/ipxe/fcoe.h @@ -86,4 +86,7 @@ enum fcoe_eof { FCOE_EOF_A = 0x50, /**< End of Frame Abort */ }; +/** FCoE VLAN priority */ +#define FCOE_VLAN_PRIORITY 3 + #endif /* _IPXE_FCOE_H */ |
