mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 02:45:07 -04:00
Flesh out the SE driver, some
This commit is contained in:
parent
4b2d17a42a
commit
77ff68a69d
3 changed files with 289 additions and 9 deletions
9
exosphere/utils.h
Normal file
9
exosphere/utils.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue