未验证 提交 9af2d293 编写于 作者: B Bernard Xiong 提交者: GitHub

[DFS][romfs] code cleanup

上级 bd7ebbf1
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2019, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
* Change Logs: * Change Logs:
* Date Author Notes * Date Author Notes
* 2019/01/13 Bernard code cleanup
*/ */
#ifndef __DFS_ROMFS_H__ #ifndef __DFS_ROMFS_H__
...@@ -17,11 +18,11 @@ ...@@ -17,11 +18,11 @@
struct romfs_dirent struct romfs_dirent
{ {
rt_uint32_t type; /* dirent type */ rt_uint32_t type; /* dirent type */
const char *name; /* dirent name */ const char *name; /* dirent name */
const rt_uint8_t *data; /* file date ptr */ const rt_uint8_t *data; /* file date ptr */
rt_size_t size; /* file size */ rt_size_t size; /* file size */
}; };
int dfs_romfs_init(void); int dfs_romfs_init(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册