mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 18:59:55 -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_
|