1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-01 22:07:31 +00:00

SCP: Update SCP to current.

This commit is contained in:
Richard Cornwell
2020-03-21 14:52:40 -04:00
parent 49c5feeb43
commit 8ec77af839
17 changed files with 1334 additions and 260 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