Changes in uspace/lib/c/include/as.h [f414851:8d70937] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/as.h
rf414851 r8d70937 37 37 38 38 #include <sys/types.h> 39 #include <abi/mm/as.h> 39 40 #include <task.h> 40 #include <kernel/mm/as.h>41 41 #include <libarch/config.h> 42 42 … … 60 60 extern void *set_maxheapsize(size_t); 61 61 extern void *as_get_mappable_page(size_t); 62 extern int as_get_physical_mapping(const void *, uintptr_t *); 62 63 63 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.