Update pk2ldr outline, prepare for bootup_misc_mmio() impl

This commit is contained in:
Michael Scire
2018-03-02 11:28:05 -08:00
parent 303e189559
commit b3dbfd8ee0
4 changed files with 49 additions and 8 deletions

10
exosphere/src/bootup.h Normal file
View 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