mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 21:27:50 -05:00
8 lines
223 B
C
8 lines
223 B
C
#ifndef NITRO_OS_COMMON_ENTROPY_H_
|
|
#define NITRO_OS_COMMON_ENTROPY_H_
|
|
|
|
#define OS_LOW_ENTROPY_DATA_SIZE 32
|
|
void OS_GetLowEntropyData(u32 buffer[OS_LOW_ENTROPY_DATA_SIZE / sizeof(u32)]);
|
|
|
|
#endif //NITRO_OS_COMMON_ENTROPY_H_
|