Newer
Older
Atmosphere / fusee / fusee-secondary / src / loader.c
@Michael Scire Michael Scire on 8 Apr 2018 151 bytes Use argc/argv in Stage 2
#include "utils.h"
#include "loader.h"

entrypoint_t load_payload(const char *bct0) {
    /* TODO */
    (void)(bct0);
    return (entrypoint_t)NULL;
}