| 19 | #define FLASH_CACHE_INVALID_TAG 0xFFFF |
| 20 | |
| 21 | typedef struct flash_cache_set { |
| 22 | uint16_t mru; |
| 23 | uint16_t lru; |
| 24 | } flash_cache_set_t; |
| 25 | |
| 26 | typedef struct flash_state { |
| 27 | uint64_t uniqueID; |
nothing calls this directly
no outgoing calls
no test coverage detected