24#ifndef __MILKYMIST_FLASH_H_
25#define __MILKYMIST_FLASH_H_
28#define FLASH_GET_SIZE 0x4600
29#define FLASH_GET_BLOCKSIZE 0x4601
30#define FLASH_ERASE_BLOCK 0x4602
33 unsigned int start_address;
61#define FLASH_DRIVER_TABLE_ENTRY {flash_initialize, \
62NULL, NULL, flash_read, flash_write, flash_control}
uint32_t rtems_device_major_number
This integer type represents the major number of devices.
Definition: io.h:103
uint32_t rtems_device_minor_number
This integer type represents the minor number of devices.
Definition: io.h:115
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
Definition: jffs2_xnandpsu.c:52
Definition: milkymist_flash.h:32