diff options
author | David Timber <mieabby@gmail.com> | 2020-01-03 03:08:19 +1100 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-01-03 03:08:19 +1100 |
commit | 9a2a07861e3919ea2d8f3b4f36e2d51d7748ba9d (patch) | |
tree | 4cb2cea83cc440e67abef03e70b089369b0fecc6 /src/data.h | |
parent | ed809a51fdd1c313cd256301ef6f7211e8394cb1 (diff) |
checkpoint
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,10 +4,12 @@ typedef enum { PRNE_DATA_KEY_NONE = -1, + PRNE_DATA_KEY_PROC_LIM_SHM, PRNE_DATA_KEY_SIGN_INIT_OK, + PRNE_DATA_KEY_PROGRAM_VER, + NB_PRNE_DATA_KEY } prne_data_key_t; - extern uint8_t *PRNE_DATA_DICT[NB_PRNE_DATA_KEY]; |