2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-04 13:01:43 +00:00
This commit is contained in:
Michael Brown 2005-05-03 12:18:31 +00:00
parent 4bcd42699b
commit 42eb786ced

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] __shared;
uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
/*
* Utility functions: issue a PNIC command, retrieve result. Use