Changeset f8ddd17 in mainline for uspace/libc/include/as.h
- Timestamp:
- 2006-12-09T20:20:50Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b82a13c
- Parents:
- 9ab9c2ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/include/as.h
r9ab9c2ec rf8ddd17 40 40 #include <kernel/arch/mm/as.h> 41 41 #include <kernel/mm/as.h> 42 #include <libarch/config.h> 43 44 #define PAGE_COLOR(va) (((va) >> PAGE_WIDTH) & ((1 << PAGE_COLOR_BITS) - 1)) 42 45 43 46 extern void *as_area_create(void *address, size_t size, int flags); … … 45 48 extern int as_area_destroy(void *address); 46 49 extern void *set_maxheapsize(size_t mhs); 47 extern void * as_get_mappable_page(size_t sz );50 extern void * as_get_mappable_page(size_t sz, int color); 48 51 49 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.