Little fix after the last commit (mostly a git fail)
[eigenmath-fx.git] / syscalls.h
blob5d91599fcf89a26269c0b50c4df126c0e827a07a
1 #ifndef SYSCALLS_H
2 #define SYSCALLS_H
4 void GetFKeyIconPointer( int FKeyNo, unsigned char *pBitmap );
5 void DisplayFKeyIcons( void );
6 void DisplayFKeyIcon( int FKeyPos, unsigned char *pBitmap );
7 int Cursor_SetPosition(char column, char row);
8 int Cursor_SetFlashStyle(short int flashstyle);
9 void Cursor_SetFlashMode(long flashmode);
10 void Cursor_SetFlashOff(void);
11 void Cursor_SetFlashOn( char flash_style );
12 char Setup_GetEntry(unsigned int index);
13 void TestMode(void);
15 #endif //SYSCALLS_H