1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00
Atmosphere/exosphere/utils.h
2018-02-17 14:54:00 -08:00

9 lines
223 B
C

#ifndef EXOSPHERE_UTILS_H
#define EXOSPHERE_UTILS_H
void panic(void);
unsigned int read32le(const unsigned char *dword, unsigned int offset);
unsigned int read32be(const unsigned char *dword, unsigned int offset);
#endif