#ifndef ZIGBEE_APP_H #define ZIGBEE_APP_H void ZigbeeApp_Init(void); void ZigbeeApp_Process(void); #endif