diff options
author | red031000 <rubenru09@aol.com> | 2020-05-03 01:42:55 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-03 01:42:55 +0100 |
commit | 2ee7030776461ee835dbbd44149f90ae79e7d4c5 (patch) | |
tree | 328f97e2272d5c4252ef24943740350bb0a30d32 /arm9/lib/include/OS_entropy.h | |
parent | bcb2fdcaff094ef3bdb951cdb87eff0739510ade (diff) |
temp OS_entropy
Diffstat (limited to 'arm9/lib/include/OS_entropy.h')
-rw-r--r-- | arm9/lib/include/OS_entropy.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_entropy.h b/arm9/lib/include/OS_entropy.h new file mode 100644 index 00000000..f4eef4b5 --- /dev/null +++ b/arm9/lib/include/OS_entropy.h @@ -0,0 +1,10 @@ +// +// Created by red031000 on 2020-05-03. +// + +#ifndef POKEDIAMOND_OS_ENTROPY_H +#define POKEDIAMOND_OS_ENTROPY_H + +void OS_GetLowEntropyData(u32 * arr); + +#endif //POKEDIAMOND_OS_ENTROPY_H |