RTEMS 6.1-rc2
|
MicroBlaze AXI QSPI JFFS2 flash driver implementation. More...
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <bspopts.h>
#include <dev/spi/xilinx-axi-spi.h>
#include <linux/spi/spidev.h>
#include <rtems/jffs2.h>
#include <rtems/libio.h>
#include <bsp.h>
#include <bsp/jffs2_qspi.h>
Data Structures | |
struct | flash_control |
Functions | |
int | microblaze_jffs2_initialize (const char *mount_dir) |
Mount jffs2 filesystem. | |
MicroBlaze AXI QSPI JFFS2 flash driver implementation.
int microblaze_jffs2_initialize | ( | const char * | mount_dir | ) |
Mount jffs2 filesystem.
[in] | mount_dir | The directory to mount the filesystem at. |
0 | Successful operation. Negative number otherwise. |