1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-25 11:42:02 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2020-03-08 19:40:01 -04:00
parent 0cc717e1cb
commit 0e90417e2d
9 changed files with 154 additions and 103 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