Atmosphere/exosphere/src/bootup.h

10 lines
139 B
C
Raw Normal View History

#ifndef EXOSPHERE_BOOTUP_H
#define EXOSPHERE_BOOTUP_H
#include <stdint.h>
void bootup_misc_mmio(void);
void setup_4x_mmio(void);
#endif