mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-19 05:51:57 +00:00
8 lines
142 B
C
8 lines
142 B
C
#ifndef FUSEE_LOADER_H
|
|
#define FUSEE_LOADER_H
|
|
|
|
typedef void (*entrypoint_t)(int argc, void **argv);
|
|
|
|
entrypoint_t load_payload(void);
|
|
|
|
#endif |