tftamapped.h

Go to the documentation of this file.
00001 /**************************************************************************/
00035 #ifndef __TFTAMAPPED_H
00036 #define __TFTAMAPPED_H
00037 
00038 #include <stdbool.h>
00039 
00040 /***************************************************************************/
00045 /***************************************************************************/
00050 #ifdef __cplusplus
00051 extern "C" {
00052 #endif
00053 
00054 bool TFT_AddressMappedInit(void);
00055 
00056 #ifdef __cplusplus
00057 }
00058 #endif
00059 
00063 #endif