[ethernet] Expose eth_broadcast as a global constant

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-08-30 15:58:58 +01:00
parent 5e73677a01
commit 1cbb1581f1
3 changed files with 4 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
/** Ethernet broadcast MAC address */
static uint8_t eth_broadcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
uint8_t eth_broadcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
/**
* Add Ethernet link-layer header