pokediamond/arm9/lib/include/OS_entropy.h
Michael Panzlaff 9ff579dac8 cleanup header includes and orders
Not complete, but a good start.
2021-06-24 15:57:31 +02:00

22 lines
340 B
C

//
// Created by red031000 on 2020-05-03.
//
#ifndef POKEDIAMOND_OS_ENTROPY_H
#define POKEDIAMOND_OS_ENTROPY_H
#include "registers.h"
void OS_GetLowEntropyData(u32 * arr);
extern vu64 OSi_TickCounter;
extern u16 OS_GetTickLo(void);
static inline s32 GX_GetVCount(void)
{
return reg_GX_VCOUNT;
}
#endif //POKEDIAMOND_OS_ENTROPY_H