Changeset 01029fc in mainline for kernel/generic/include/mm/as.h
- Timestamp:
- 2012-11-07T21:30:44Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b8a990
- Parents:
- c387838
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
rc387838 r01029fc 224 224 void (* destroy)(as_area_t *); 225 225 226 bool (* is_resizable)(as_area_t *); 227 bool (* is_shareable)(as_area_t *); 228 226 229 int (* page_fault)(as_area_t *, uintptr_t, pf_access_t); 227 230 void (* frame_free)(as_area_t *, uintptr_t, uintptr_t);
Note:
See TracChangeset
for help on using the changeset viewer.