Changeset 1084a784 in mainline for include/mm/vm.h
- Timestamp:
- 2005-10-04T22:09:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 342de62
- Parents:
- 8e3f47b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mm/vm.h
r8e3f47b3 r1084a784 32 32 #include <arch/mm/page.h> 33 33 #include <arch/mm/vm.h> 34 #include <arch/mm/asid.h> 34 35 #include <arch/types.h> 35 36 #include <typedefs.h> … … 75 76 link_t vm_area_head; 76 77 pte_t *ptl0; 78 asid_t asid; 77 79 }; 78 80
Note:
See TracChangeset
for help on using the changeset viewer.