mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 23:35:30 +00:00
SIM_CARD: Minor fix to allow better integration for other simulators.
This commit is contained in:
parent
7e04a85a6c
commit
25bbc2fa8c
@ -62,12 +62,13 @@
|
||||
and the backward translation table. Which is generated from the table.
|
||||
*/
|
||||
|
||||
#if defined(USE_SIM_CARD)
|
||||
|
||||
#include <ctype.h>
|
||||
#include "sim_defs.h"
|
||||
#include "sim_card.h"
|
||||
|
||||
#if defined(USE_SIM_CARD)
|
||||
|
||||
#define card_ctx up8
|
||||
|
||||
#define CARD_EOF 0x1000 /* This card is end of file card. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user