summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_entropy.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-27 15:37:51 +0100
committerGitHub <noreply@github.com>2020-05-27 15:37:51 +0100
commitd42cc73852cdb0cc0684bb87aaa6975d06cae02f (patch)
tree2b10d0ce38142818824cade37f32a49785a8839a /arm9/lib/include/OS_entropy.h
parentf33c888bab897bbed7682ff2a190c1a7d48e99e8 (diff)
parent445563c25984dbd4690f5deb07b4e802132c1f0b (diff)
Merge pull request #112 from red031000/master
OS_ownerInfo
Diffstat (limited to 'arm9/lib/include/OS_entropy.h')
-rw-r--r--arm9/lib/include/OS_entropy.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/arm9/lib/include/OS_entropy.h b/arm9/lib/include/OS_entropy.h
index 78ac71b7..b0f2781a 100644
--- a/arm9/lib/include/OS_entropy.h
+++ b/arm9/lib/include/OS_entropy.h
@@ -6,15 +6,10 @@
#define POKEDIAMOND_OS_ENTROPY_H
#include "consts.h"
+#include "userInfo.h"
void OS_GetLowEntropyData(u32 * arr);
-typedef struct NVRAMConfig{
- u8 ncd[110]; // todo: typeof NVRAMConfigData
- u16 saveCount;
- u16 rc16;
-} NVRAMConfig;
-
extern vu64 OSi_TickCounter;
extern u16 OS_GetTickLo(void);