Rev 792 | Rev 977 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 792 | Rev 793 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | unsigned a : 1; /**< Accessed. */ |
55 | unsigned a : 1; /**< Accessed. */ |
56 | unsigned d : 1; /**< Dirty. */ |
56 | unsigned d : 1; /**< Dirty. */ |
57 | unsigned p : 1; /**< Present. */ |
57 | unsigned p : 1; /**< Present. */ |
58 | }; |
58 | }; |
59 | 59 | ||
60 | extern page_operations_t page_ht_operations; |
60 | extern page_mapping_operations_t ht_mapping_operations; |
61 | extern spinlock_t page_ht_lock; |
61 | extern spinlock_t page_ht_lock; |
62 | - | ||
63 | extern hash_table_t page_ht; |
62 | extern hash_table_t page_ht; |
64 | extern hash_table_operations_t ht_operations; |
63 | extern hash_table_operations_t ht_operations; |
65 | 64 | ||
66 | #endif |
65 | #endif |