Implement all core Stage 1 logic for Fusee
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef FUSEE_LOADER_H
|
||||
#define FUSEE_LOADER_H
|
||||
|
||||
typedef void (*entrypoint_t)(int argc, const char *argv);
|
||||
typedef void (*entrypoint_t)(int argc, void **argv);
|
||||
|
||||
entrypoint_t load_payload(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user