Changeset e39d7b8 in mainline for abi/include/_bits/native.h
- Timestamp:
- 2019-06-17T15:12:44Z (6 years ago)
- Children:
- 64b7854
- Parents:
- ef705e14
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-16 17:59:34)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-17 15:12:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/native.h
ref705e14 re39d7b8 56 56 typedef intptr_t native_t; 57 57 58 #ifdef KERNEL 59 60 typedef sysarg_t uspace_addr_t; 61 /* We might implement a way to check validity of the type some day. */ 62 #define uspace_ptr(type) uspace_addr_t 63 #define USPACE_NULL 0 64 65 #else /* !KERNEL */ 66 67 typedef void *uspace_addr_t; 68 #define uspace_ptr(type) type * 69 70 #endif 71 58 72 __HELENOS_DECLS_END; 59 73
Note:
See TracChangeset
for help on using the changeset viewer.