mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-11 14:02:13 +01: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
|