/** * File: resource.h * Author: AWTK Develop Team * Brief: resource init * * Copyright (c) 2018 - 2018 Guangzhou ZHIYUAN Electronics Co.,Ltd. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * License file for more details. * */ /** * History: * ================================================================ * 2018-02-03 Li XianJing created * */ #ifndef RESOURCE_H #define RESOURCE_H #include "base/types_def.h" BEGIN_C_DECLS ret_t resource_init(void); END_C_DECLS #endif /*RESOURCE_H*/