Update pk2ldr outline, prepare for bootup_misc_mmio() impl
This commit is contained in:
10
exosphere/src/bootup.h
Normal file
10
exosphere/src/bootup.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef EXOSPHERE_BOOTUP_H
|
||||
#define EXOSPHERE_BOOTUP_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void bootup_misc_mmio(void);
|
||||
|
||||
void setup_4x_mmio(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user