add Chapter13
This commit is contained in:
13
Chapter13/lfs_raii/app/inc/lfs_ramfs.h
Normal file
13
Chapter13/lfs_raii/app/inc/lfs_ramfs.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "lfs.h"
|
||||
|
||||
struct lfs_config * get_ramfs_lfs_config();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user