pando_zero_device.h 839 B

1234567891011121314151617181920212223
  1. /*******************************************************
  2. * File name: pando_zero_device.h
  3. * Author: Chongguang Li
  4. * Versions: 1.0
  5. * Description:This module is used to process the gateway business.
  6. * History:
  7. * 1.Date:
  8. * Author:
  9. * Modification:
  10. *********************************************************/
  11. #ifndef APP_PANDO_GATEWAY_PANDO_ZERO_DEVICE_H_
  12. #define APP_PANDO_GATEWAY_PANDO_ZERO_DEVICE_H_
  13. /******************************************************************************
  14. * FunctionName : ipando_zero_device_init
  15. * Description : initialize the zero device(zero device is the gateway itself).
  16. * Parameters : none.
  17. * Returns : none.
  18. *******************************************************************************/
  19. void pando_zero_device_init(void);
  20. #endif /* APP_PANDO_GATEWAY_PANDO_ZERO_DEVICE_H_ */