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