Vicious/firmware/cffa1.h

15 lines
181 B
C
Raw Normal View History

2014-04-21 11:56:28 +00:00
#ifndef CFFA1_H_
#define CFFA1_H_
#include "vicilib.h"
extern void gotoCFFA1();
extern byte __fastcall__ callCFFA1API(byte function);
word loadFile(word destination);
#endif