Changeset 3f03199 in mainline for kernel/generic/include/mm/page.h
- Timestamp:
- 2013-09-15T06:33:53Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9348862
- Parents:
- dd7078c (diff), 1c0cef0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/page.h
rdd7078c r3f03199 65 65 extern void page_table_destroy(pte_t *); 66 66 67 extern int page_find_mapping(uintptr_t, void **);68 extern sysarg_t sys_page_find_mapping(uintptr_t, void*);67 extern int page_find_mapping(uintptr_t, uintptr_t *); 68 extern sysarg_t sys_page_find_mapping(uintptr_t, uintptr_t *); 69 69 70 70 #endif
Note:
See TracChangeset
for help on using the changeset viewer.