]> git.zerfleddert.de Git - proxmark3-svn/blob - linux/proxgui.h
Initial commit for the firmware. Used the 20090306_ela version as baseline.
[proxmark3-svn] / linux / proxgui.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4
5 void ShowGraphWindow(void);
6 void HideGraphWindow(void);
7 void RepaintGraphWindow(void);
8 void MainGraphics(void);
9 void InitGraphics(int argc, char **argv);
10 void ExitGraphics(void);
11
12 #define MAX_GRAPH_TRACE_LEN (1024*128)
13 extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
14 extern int GraphTraceLen;
15 extern double CursorScaleFactor;
16 extern int CommandFinished;
17
18 #ifdef __cplusplus
19 }
20 #endif
Impressum, Datenschutz