Changeset faba839 in mainline for uspace/lib/c/include/as.h
- Timestamp:
- 2012-06-13T13:16:19Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2902e1bb
- Parents:
- 32d19f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/as.h
r32d19f7 rfaba839 41 41 #include <libarch/config.h> 42 42 43 #define AS_AREA_ANY ((void *) -1) 44 #define AS_MAP_FAILED ((void *) -1) 45 43 46 static inline size_t SIZE2PAGES(size_t size) 44 47 {
Note:
See TracChangeset
for help on using the changeset viewer.