1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-23 20:32:10 +00:00
Atmosphere/fusee/fusee-secondary/src/nxboot.h

9 lines
101 B
C
Raw Normal View History

#ifndef FUSEE_NX_BOOT_H
#define FUSEE_NX_BOOT_H
#include "utils.h"
void nxboot_main(void);
#endif