Changeset 37e7d2b9 in mainline for generic/include/mm/as.h
- Timestamp:
- 2006-03-16T14:46:06Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dabe6333
- Parents:
- e898a8d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/as.h
re898a8d7 r37e7d2b9 63 63 link_t link; 64 64 int flags; 65 size_t size; /**< Size of this area in multiples of PAGE_SIZE. */65 count_t pages; /**< Size of this area in multiples of PAGE_SIZE. */ 66 66 __address base; /**< Base address of this area. */ 67 67 };
Note:
See TracChangeset
for help on using the changeset viewer.