Rev 2071 | Rev 2132 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | * @brief Backend for address space areas backed by continuous physical memory. |
35 | * @brief Backend for address space areas backed by continuous physical memory. |
36 | */ |
36 | */ |
37 | 37 | ||
38 | #include <debug.h> |
38 | #include <debug.h> |
39 | #include <arch/types.h> |
39 | #include <arch/types.h> |
40 | #include <typedefs.h> |
- | |
41 | #include <mm/as.h> |
40 | #include <mm/as.h> |
42 | #include <mm/frame.h> |
41 | #include <mm/frame.h> |
43 | #include <mm/slab.h> |
42 | #include <mm/slab.h> |
44 | #include <memstr.h> |
43 | #include <memstr.h> |
45 | #include <macros.h> |
44 | #include <macros.h> |