1
0
mirror of https://github.com/simh/simh.git synced 2026-02-10 02:01:05 +00:00

ETHER: Minor adjustments for building on the simh 3.x codebase

This commit is contained in:
Mark Pizzolato
2020-03-06 15:32:12 -08:00
parent b76fd3ed44
commit 565596a5af
2 changed files with 6 additions and 1 deletions

View File

@@ -381,6 +381,11 @@ t_stat ethq_destroy(ETH_QUE* que); /* release FIFO queue */
const char *eth_capabilities(void);
t_stat sim_ether_test (DEVICE *dptr); /* unit test routine */
#if !defined(SIM_TEST_INIT) /* Need stubs for test APIs */
#define SIM_TEST_INIT
#define SIM_TEST(xxx)
#endif
#ifdef __cplusplus
}
#endif