Changeset 0a8f070 in mainline for abi/include/abi/ipc/methods.h
- Timestamp:
- 2019-08-07T02:33:03Z (6 years ago)
- Children:
- fe86d9d
- Parents:
- 103939e
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-08-16 16:04:14)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 02:33:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/ipc/methods.h
r103939e r0a8f070 39 39 40 40 /* Well known phone descriptors */ 41 static cap_phone_handle_t const PHONE_ NS= (cap_phone_handle_t) (CAP_NIL + 1);41 static cap_phone_handle_t const PHONE_INITIAL = (cap_phone_handle_t) (CAP_NIL + 1); 42 42 43 43 /** Kernel IPC interfaces
Note:
See TracChangeset
for help on using the changeset viewer.