david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Use __shared

This commit is contained in:
Michael Brown 2005-05-03 12:16:49 +00:00
parent 303ff86c75
commit 4bcd42699b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Bochs Pseudo NIC driver for Etherboot
static int pnic_api_check ( uint16_t api_version );
/* NIC specific static variables go here */
static uint8_t tx_buffer[ETH_FRAME_LEN];
static uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
/*
* Utility functions: issue a PNIC command, retrieve result. Use