BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
gui.h
Go to the documentation of this file.
1 #ifndef GUI_H
2 #define GUI_H
3 
4 typedef struct{
7 
9 
10 extern GUI_CONTROL GuiCtrl;
11 extern void F_GuiInit(void);
12 extern void F_GuiSvc(void);
13 
14 #endif