|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Error values for the flashrom_get_block() function More...
Macros | |
| #define | FLASHROM_ERR_NONE 0 |
| Success. | |
| #define | FLASHROM_ERR_NOT_FOUND -1 |
| Block not found. | |
| #define | FLASHROM_ERR_NO_PARTITION -2 |
| Partition not found. | |
| #define | FLASHROM_ERR_READ_PART -3 |
| Error reading partition. | |
| #define | FLASHROM_ERR_BAD_MAGIC -4 |
| Invalid block magic. | |
| #define | FLASHROM_ERR_BOGUS_PART -5 |
| Bogus partition size. | |
| #define | FLASHROM_ERR_NOMEM -6 |
| Memory allocation failure. | |
| #define | FLASHROM_ERR_READ_BITMAP -7 |
| Error reading bitmap. | |
| #define | FLASHROM_ERR_EMPTY_PART -8 |
| Empty partition. | |
| #define | FLASHROM_ERR_READ_BLOCK -9 |
| Error reading block. | |
Error values for the flashrom_get_block() function
| #define FLASHROM_ERR_BAD_MAGIC -4 |
Invalid block magic.
| #define FLASHROM_ERR_BOGUS_PART -5 |
Bogus partition size.
| #define FLASHROM_ERR_EMPTY_PART -8 |
Empty partition.
| #define FLASHROM_ERR_NO_PARTITION -2 |
Partition not found.
| #define FLASHROM_ERR_NOMEM -6 |
Memory allocation failure.
| #define FLASHROM_ERR_NONE 0 |
Success.
| #define FLASHROM_ERR_NOT_FOUND -1 |
Block not found.
| #define FLASHROM_ERR_READ_BITMAP -7 |
Error reading bitmap.
| #define FLASHROM_ERR_READ_BLOCK -9 |
Error reading block.
| #define FLASHROM_ERR_READ_PART -3 |
Error reading partition.