提交 ae53558a 编写于 作者: qiuyiuestc's avatar qiuyiuestc

fix rt_device_blk_geometry compile error

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@796 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 731711f7
......@@ -647,6 +647,13 @@ struct rt_device
void* private;
};
struct rt_device_blk_geometry
{
rt_uint32_t sector_count; /* count of sectors */
rt_uint32_t bytes_per_sector; /* number of bytes per sector */
rt_uint32_t block_size; /* size to erase one block */
};
/*@}*/
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册