1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-27 14:22:17 +00:00
Atmosphere/fusee/fusee-secondary/src/loader.c

7 lines
121 B
C
Raw Normal View History

2018-04-07 22:43:54 +01:00
#include "utils.h"
#include "loader.h"
entrypoint_t load_payload(void) {
/* TODO */
return (entrypoint_t)NULL;
}