DVBCore
1.0
Open source DVB engine
|
00001 00010 /* pre-processor mechanism so multiple inclusions don't cause compilation error*/ 00011 00012 #ifndef _MYFILE_H 00013 #define _MYFILE_H 00014 00015 /*---Constant and macro definitions for public use-----------------------------*/ 00016 00017 /*---Enumerations for public use-----------------------------------------------*/ 00018 00019 /*---Global type defs for public use-------------------------------------------*/ 00020 00021 /*---Global Function prototypes for public use---------------------------------*/ 00022 00031 void EXT_HbbtvGetEvent(void *event, void *service, S_HBBTV_EVENT_DETAILS *details); 00032 00033 #endif /* _MYFILE_H */