Rev 1851 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1851 | Rev 1888 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | * @brief This is the generic page hash table interface. |
34 | * @brief This is the generic page hash table interface. |
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| 37 | #ifdef CONFIG_PAGE_HT |
37 | #ifdef CONFIG_PAGE_HT |
| 38 | 38 | ||
| 39 | #ifndef __PAGE_HT_H__ |
39 | #ifndef KERN_PAGE_HT_H_ |
| 40 | #define __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 <typedefs.h> |
| 44 | #include <arch/types.h> |
44 | #include <arch/types.h> |
| 45 | #include <adt/list.h> |
45 | #include <adt/list.h> |