mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[ethernet] Expose eth_broadcast as a global constant
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user