Flesh out the SE driver, some
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user