Vicious/firmware/cffa1.h

15 lines
181 B
C

#ifndef CFFA1_H_
#define CFFA1_H_
#include "vicilib.h"
extern void gotoCFFA1();
extern byte __fastcall__ callCFFA1API(byte function);
word loadFile(word destination);
#endif