Vicious/firmware/cffa1.h
2014-04-21 14:56:28 +03:00

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