mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-20 10:48:57 +00:00
9 lines
101 B
C
9 lines
101 B
C
|
|
#ifndef FUSEE_NX_BOOT_H
|
||
|
|
#define FUSEE_NX_BOOT_H
|
||
|
|
|
||
|
|
#include "utils.h"
|
||
|
|
|
||
|
|
|
||
|
|
void nxboot_main(void);
|
||
|
|
|
||
|
|
#endif
|