mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
committed by
Gedare Bloom
parent
1b4f88baa3
commit
b00a9d9993
@@ -32,6 +32,10 @@
|
||||
#include <rtems/jffs2.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/**
|
||||
* This function mounts a JFFS2 partition over the specified region on a
|
||||
* flashdev-controlled device file.
|
||||
@@ -53,4 +57,8 @@ rtems_status_code jffs2_flashdev_mount(
|
||||
bool read_only
|
||||
);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* JFFS2_FLASHDEV_H */
|
||||
|
||||
Reference in New Issue
Block a user