feat(clusterApp): initial version run in Ubuntu.
change fb to DRM
This commit is contained in:
18
clusterApp/include/InsTask/MainBoardCommunication.h
Normal file
18
clusterApp/include/InsTask/MainBoardCommunication.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef MAINBOARDCOMMUNICATION_H_INCLUDED
|
||||
#define MAINBOARDCOMMUNICATION_H_INCLUDED
|
||||
|
||||
#include <InsTask.h>
|
||||
|
||||
extern Bool globAppQuit;
|
||||
extern Bool globI2c_PeepBuffer;
|
||||
|
||||
#ifdef COMPILE_IN_WINDOWS
|
||||
#include <windows.h>
|
||||
|
||||
extern HINSTANCE globHInstance;
|
||||
|
||||
#endif // COMPILE_IN_WINDOWS
|
||||
|
||||
extern const InsTask gMainBoardCommunication;
|
||||
|
||||
#endif // MAINBOARDCOMMUNICATION_H_INCLUDED
|
||||
Reference in New Issue
Block a user