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;
38 rtems_device_major_number major,
39 rtems_device_minor_number minor,
44 rtems_device_major_number major,
45 rtems_device_minor_number minor,
50 rtems_device_major_number major,
51 rtems_device_minor_number minor,
56 rtems_device_major_number major,
57 rtems_device_minor_number minor,
61 #define FLASH_DRIVER_TABLE_ENTRY {flash_initialize, \ 62 NULL, NULL, flash_read, flash_write, flash_control} rtems_status_code
Classic API Status.
Definition: status.h:43
Definition: milkymist_flash.h:32