From 1cbb1581f16e235fafc963c906ad02b38d5457bd Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 30 Aug 2012 15:58:58 +0100 Subject: [ethernet] Expose eth_broadcast as a global constant Signed-off-by: Michael Brown --- src/include/ipxe/ethernet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/ipxe/ethernet.h b/src/include/ipxe/ethernet.h index 3d2d462ef..1794ff67e 100644 --- a/src/include/ipxe/ethernet.h +++ b/src/include/ipxe/ethernet.h @@ -79,6 +79,7 @@ static inline int is_valid_ether_addr ( const void *addr ) { ( ! is_zero_ether_addr ( addr ) ) ); } +extern uint8_t eth_broadcast[]; extern int eth_push ( struct net_device *netdev, struct io_buffer *iobuf, const void *ll_dest, const void *ll_source, uint16_t net_proto ); -- cgit v1.2.3-55-g7522