ETHER: Restore missing _eth_devices() stub when networking is disabled
This commit is contained in:
parent
ff0ee479a2
commit
c88a450628
1 changed files with 2 additions and 0 deletions
|
@ -957,6 +957,8 @@ t_stat eth_filter (ETH_DEV* dev, int addr_count, ETH_MAC* const addresses,
|
|||
t_stat eth_filter_hash (ETH_DEV* dev, int addr_count, ETH_MAC* const addresses,
|
||||
ETH_BOOL all_multicast, ETH_BOOL promiscuous, ETH_MULTIHASH* const hash)
|
||||
{return SCPE_NOFNC;}
|
||||
int _eth_devices (int max, ETH_LIST* dev)
|
||||
{return -1;}
|
||||
const char *eth_version (void)
|
||||
{return NULL;}
|
||||
void eth_show_dev (FILE* st, ETH_DEV* dev)
|
||||
|
|
Loading…
Add table
Reference in a new issue