RTEMS 6.1-rc2
|
XilinxZynqMP QSPI JFFS2 flash driver definitions. More...
#include <dev/spi/xqspipsu.h>
Go to the source code of this file.
Functions | |
int | xilinx_zynqmp_nor_jffs2_initialize (const char *mount_dir, XQspiPsu *qspipsu_ptr) |
Mount jffs2 filesystem. | |
XilinxZynqMP QSPI JFFS2 flash driver definitions.
int xilinx_zynqmp_nor_jffs2_initialize | ( | const char * | mount_dir, |
XQspiPsu * | qspipsu_ptr | ||
) |
Mount jffs2 filesystem.
[in] | mount_dir | The directory to mount the filesystem at. |
[in] | qspipsu_ptr | A pointer to an initialized QSPI instance. |
0 | Successful operation. Negative number otherwise. |