Rev 2071 | Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2085 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | 38 | ||
| 39 | #ifndef KERN_PAGE_HT_H_ |
39 | #ifndef KERN_PAGE_HT_H_ |
| 40 | #define KERN_PAGE_HT_H_ |
40 | #define KERN_PAGE_HT_H_ |
| 41 | 41 | ||
| 42 | #include <mm/page.h> |
42 | #include <mm/page.h> |
| 43 | #include <typedefs.h> |
43 | #include <synch/mutex.h> |
| 44 | #include <arch/types.h> |
44 | #include <arch/types.h> |
| 45 | #include <adt/list.h> |
45 | #include <adt/list.h> |
| 46 | #include <adt/hash_table.h> |
46 | #include <adt/hash_table.h> |
| 47 | 47 | ||
| 48 | #define PAGE_HT_KEYS 2 |
48 | #define PAGE_HT_KEYS 2 |