diff options
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r-- | src/emap/pc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h index d5c59bf..db1a912 100644 --- a/src/emap/pc.h +++ b/src/emap/pc.h @@ -12,6 +12,10 @@ enum VarConst int64 epc_readparam_pre(const TBL_PC **sdPtr, int *type); +int epc_setparam_pre(TBL_PC **sdPtr, + int *type, + int64 *val); + int epc_setregistry_pre(TBL_PC **sdPtr, int64 *reg, int *val); |