mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-18 05:21:58 +00:00
10 lines
139 B
C
10 lines
139 B
C
|
|
#ifndef EXOSPHERE_BOOTUP_H
|
||
|
|
#define EXOSPHERE_BOOTUP_H
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
void bootup_misc_mmio(void);
|
||
|
|
|
||
|
|
void setup_4x_mmio(void);
|
||
|
|
|
||
|
|
#endif
|