mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 13:44:11 -04:00
10 lines
No EOL
139 B
C
10 lines
No EOL
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 |