ETHER: Add stub to support shared code with simh v3.x code base
This commit is contained in:
parent
7ad62c5ee6
commit
660e2b9f3f
1 changed files with 7 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue