mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 19:57:36 +00:00
ETHER: Add stub to support shared code with simh v3.x code base
This commit is contained in:
@@ -1748,6 +1748,13 @@ static int pcap_mac_if_vms(const char *AdapterName, unsigned char MACAddress[6])
|
||||
}
|
||||
#endif /* defined (__VMS) && !defined(__VAX) */
|
||||
|
||||
#if SIM_MAJOR != 4
|
||||
static const char *sim_get_tool_path (const char *tool)
|
||||
{
|
||||
return tool;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void eth_get_nic_hw_addr(ETH_DEV* dev, const char *devname, int set_on)
|
||||
{
|
||||
memset(&dev->host_nic_phy_hw_addr, 0, sizeof(dev->host_nic_phy_hw_addr));
|
||||
|
||||
Reference in New Issue
Block a user