/******************************************************* * File name: pando_zero_device.h * Author: Chongguang Li * Versions: 1.0 * Description:This module is used to process the gateway business. * History: * 1.Date: * Author: * Modification: *********************************************************/ #ifndef APP_PANDO_GATEWAY_PANDO_ZERO_DEVICE_H_ #define APP_PANDO_GATEWAY_PANDO_ZERO_DEVICE_H_ /****************************************************************************** * FunctionName : ipando_zero_device_init * Description : initialize the zero device(zero device is the gateway itself). * Parameters : none. * Returns : none. *******************************************************************************/ void pando_zero_device_init(void); #endif /* APP_PANDO_GATEWAY_PANDO_ZERO_DEVICE_H_ */