zmaee_mre.c 256 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 #ifdef __ZMAEE_MRE_CLOSED__ #include "vmsys.h" #include "MRESrvGProt.h" void vm_appcomm_dispatch_msg(void) { } VMINT vm_appcomm_queue_is_empty(void) { return 1; } const vm_srv_dtcnt_info_t * srv_mre_get_cust_dtcnt_info(void) { return NULL; } #endif