mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-13 00:26:35 +00:00
9 lines
No EOL
223 B
C
9 lines
No EOL
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 |