1 #ifndef _SEM_ADP_H_ 2 #define _SEM_ADP_H_ 3 4 #ifdef __cplusplus 5 extern "C" 6 { 7 #endif 8 9 #include "MsTypes.h" 10 11 12 MS_U32 SEM_adp_Ioctl(void* pInstanceTmp, MS_U32 u32Cmd, void* const pArgs); 13 14 15 #ifdef __cplusplus 16 } 17 #endif 18 #endif