diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-02-02 11:20:39 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2016-02-02 11:28:22 +0100 |
commit | a0526817df862ab93b5963c725c63e227b0ace5e (patch) | |
tree | 33491e699e5a93c02ec6e01fd5a08f571c5766ee /include | |
parent | 00c0e2f3a09731f5b0161ab528e56c906c3f28aa (diff) | |
download | external_libsamsung-ipc-a0526817df862ab93b5963c725c63e227b0ace5e.zip external_libsamsung-ipc-a0526817df862ab93b5963c725c63e227b0ace5e.tar.gz external_libsamsung-ipc-a0526817df862ab93b5963c725c63e227b0ace5e.tar.bz2 |
tools: nv_data-md5 tool for calculating (salted) nv_data md5
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/rfs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/rfs.h b/include/rfs.h index 52f9ea2..7950f16 100644 --- a/include/rfs.h +++ b/include/rfs.h @@ -30,6 +30,14 @@ #define IPC_RFS_NV_WRITE_ITEM 0x4202 /* + * Values + */ + +#define NV_DATA_SECRET "Samsung_Android_RIL" +#define NV_DATA_SIZE 0x200000 +#define NV_DATA_CHUNK_SIZE 0x1000 + +/* * Structures */ |