2018-03-02 11:28:05 -08:00
|
|
|
#ifndef EXOSPHERE_BOOTUP_H
|
|
|
|
#define EXOSPHERE_BOOTUP_H
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
void bootup_misc_mmio(void);
|
|
|
|
|
|
|
|
void setup_4x_mmio(void);
|
|
|
|
|
2018-03-02 14:16:54 -08:00
|
|
|
void setup_current_core_state(void);
|
|
|
|
|
2018-03-02 11:28:05 -08:00
|
|
|
#endif
|