displaybackend.h

Go to the documentation of this file.
00001 /**************************************************************************/
00019 #ifndef _DISPLAY_BACKEND_H_
00020 #define _DISPLAY_BACKEND_H_
00021 
00022 #include "display.h"
00023 
00024 /***************************************************************************/
00029 /***************************************************************************/
00034 #ifdef __cplusplus
00035 extern "C" {
00036 #endif
00037 
00038 /*******************************************************************************
00039  **************************    FUNCTION PROTOTYPES    **************************
00040  ******************************************************************************/
00041 
00042 EMSTATUS DISPLAY_DeviceRegister(DISPLAY_Device_t *device);
00043 
00044 
00045 #ifdef __cplusplus
00046 }
00047 #endif
00048 
00052 #endif /* _DISPLAY_BACKEND_H_ */