Rev 2071 | Rev 2122 | 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 | 35 | ||
| 36 | #ifndef KERN_FRAME_H_ |
36 | #ifndef KERN_FRAME_H_ |
| 37 | #define KERN_FRAME_H_ |
37 | #define KERN_FRAME_H_ |
| 38 | 38 | ||
| 39 | #include <arch/types.h> |
39 | #include <arch/types.h> |
| 40 | #include <typedefs.h> |
- | |
| 41 | #include <adt/list.h> |
40 | #include <adt/list.h> |
| 42 | #include <synch/spinlock.h> |
41 | #include <synch/spinlock.h> |
| 43 | #include <mm/buddy.h> |
42 | #include <mm/buddy.h> |
| 44 | #include <arch/mm/page.h> |
43 | #include <arch/mm/page.h> |
| 45 | #include <arch/mm/frame.h> |
44 | #include <arch/mm/frame.h> |