1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifndef FLOWER_APP_H
6 #define FLOWER_APP_H
7 
8 int flower_gpio_init(void);
9 void report_2_cloud(void *dm_handle);
10 
11 #endif
12 
13