commit
b39654d5a1
@ -23,8 +23,8 @@
|
|||||||
* 2013-05-05 Bernard remove CRC for ramfs persistence
|
* 2013-05-05 Bernard remove CRC for ramfs persistence
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DFS_ROMFS_H__
|
#ifndef __DFS_RAMFS_H__
|
||||||
#define __DFS_ROMFS_H__
|
#define __DFS_RAMFS_H__
|
||||||
|
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
#include <rtservice.h>
|
#include <rtservice.h>
|
||||||
|
@ -63,8 +63,8 @@
|
|||||||
#ifdef RT_USING_DFS_YAFFS2
|
#ifdef RT_USING_DFS_YAFFS2
|
||||||
#include <dfs_yaffs2.h>
|
#include <dfs_yaffs2.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef RT_USING_DFS_ROMFS
|
#ifdef RT_USING_DFS_RAMFS
|
||||||
#include <dfs_romfs.h>
|
#include <dfs_ramfs.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user