Change fusee folder naming
This commit is contained in:
8
fusee/fusee-secondary/src/loader.h
Normal file
8
fusee/fusee-secondary/src/loader.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef FUSEE_LOADER_H
|
||||
#define FUSEE_LOADER_H
|
||||
|
||||
typedef void (*entrypoint_t)(int argc, const char *argv);
|
||||
|
||||
entrypoint_t load_payload(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user