12 lines
110 B
C

/*
* loader.h
*/
#ifndef LOADER_INC
#define LOADER_INC
#include "types.h"
void loadPayload(void);
#endif