Changeset 567807b1 in mainline for generic/include/mm/page.h
- Timestamp:
- 2006-05-24T17:03:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8d6bc2d5
- Parents:
- 82da5f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/page.h
r82da5f5 r567807b1 61 61 #define PAGE_GLOBAL (1<<PAGE_GLOBAL_SHIFT) 62 62 63 /** Page fault access type. */ 64 enum pf_access { 65 PF_ACCESS_READ, 66 PF_ACCESS_WRITE, 67 PF_ACCESS_EXEC 68 }; 69 typedef enum pf_access pf_access_t; 70 63 71 /** Operations to manipulate page mappings. */ 64 72 struct page_mapping_operations {
Note:
See TracChangeset
for help on using the changeset viewer.