1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-29 13:13:50 +00:00

SCP: Updated top level to current.

This commit is contained in:
Richard Cornwell
2019-01-05 23:09:45 -05:00
parent 6c70831fee
commit afa2c90071
25 changed files with 1375 additions and 1667 deletions

View File

@@ -379,8 +379,8 @@ void ethq_insert_data(ETH_QUE* que, int32 type, /* insert item into FIFO
const uint8 *data, int used, size_t len,
size_t crc_len, const uint8 *crc_data, int32 status);
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 */
#ifdef __cplusplus
}