C decls on GDISP functions

ugfx_release_2.6
inmarket 2014-09-25 17:43:05 +10:00
parent 4886403bc6
commit 9f720b1f12
1 changed files with 9 additions and 3 deletions

View File

@ -617,9 +617,15 @@ typedef struct GDISPVMT {
#endif
// Routines needed by the general driver VMT
bool_t _gdispInitDriver(GDriver *g, unsigned driverinstance, unsigned systeminstance);
void _gdispPostInitDriver(GDriver *g);
void _gdispDeInitDriver(GDriver *g);
#ifdef __cplusplus
extern "C" {
#endif
bool_t _gdispInitDriver(GDriver *g, unsigned driverinstance, unsigned systeminstance);
void _gdispPostInitDriver(GDriver *g);
void _gdispDeInitDriver(GDriver *g);
#ifdef __cplusplus
}
#endif
// Build the VMT
const GDISPVMT const GDISP_DRIVER_VMT[1] = {{