mirror of
https://github.com/simh/simh.git
synced 2026-02-05 16:05:45 +00:00
ETHER, CARD, SOCK: Include shared components from V4 codebase
This commit is contained in:
@@ -145,7 +145,7 @@ extern const char sim_ascii_to_six[128]; /* Map 7 bit ASCII to BCD */
|
||||
extern const uint8 sim_parity_table[64]; /* 64 entry odd parity table */
|
||||
|
||||
/* Unit test routine */
|
||||
extern t_stat sim_card_test (DEVICE *dptr);
|
||||
extern t_stat sim_card_test (DEVICE *dptr, const char *cptr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user