syscalls.h 489 B

123456789101112131415
  1. #ifndef SYSCALLS_H
  2. #define SYSCALLS_H
  3. void GetFKeyIconPointer( int FKeyNo, unsigned char *pBitmap );
  4. void DisplayFKeyIcons( void );
  5. void DisplayFKeyIcon( int FKeyPos, unsigned char *pBitmap );
  6. int Cursor_SetPosition(char column, char row);
  7. int Cursor_SetFlashStyle(short int flashstyle);
  8. void Cursor_SetFlashMode(long flashmode);
  9. void Cursor_SetFlashOff(void);
  10. void Cursor_SetFlashOn( char flash_style );
  11. char Setup_GetEntry(unsigned int index);
  12. void TestMode(void);
  13. #endif //SYSCALLS_H