#include <physmem.h>
Data Fields | |
| phys_addr_t | start |
| The first available address in this region. | |
| phys_addr_t | end |
| The first not-available address after this region. | |
Definition at line 51 of file physmem.h.
The first not-available address after this region.
Definition at line 55 of file physmem.h.
Referenced by physmem_alloc(), and physmem_alloc_low().
The first available address in this region.
Definition at line 53 of file physmem.h.
Referenced by physmem_alloc(), and physmem_alloc_low().
1.5.8