#include <stdlib.h>
#include "types.h"
#include "debug.h"
#include "nand.h"
Go to the source code of this file.
Classes | |
struct | pagemap |
Defines | |
#define | MAP_INVALID -1 |
Functions | |
_u32 | map_find (_u32 lpa) |
void | map_update (_u32 lpa, _u32 ppa) |
void | map_gc (_u32 victim, _u8 *bitmap) |
void | map_end () |
void | map_init () |
Variables | |
static struct pagemap | pagemap |