aboutsummaryrefslogtreecommitdiff
path: root/include/apos/caps.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-10-22 18:39:57 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-10-22 18:39:57 +0300
commit6be4e656cbf575dbcba95de4e99183586aa88ffe (patch)
treec3fde91dd1d00d199804e7901df79e4de91d9cc7 /include/apos/caps.h
parent22eeabc6c63e220d628417ea525c8838f3fae913 (diff)
downloadkmi-6be4e656cbf575dbcba95de4e99183586aa88ffe.tar.gz
kmi-6be4e656cbf575dbcba95de4e99183586aa88ffe.zip
create impl and CAP_PROC checking
Diffstat (limited to 'include/apos/caps.h')
-rw-r--r--include/apos/caps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/apos/caps.h b/include/apos/caps.h
index b64b05a..e8ef76b 100644
--- a/include/apos/caps.h
+++ b/include/apos/caps.h
@@ -22,9 +22,6 @@ enum {
/** Thread is allowed to force interrupt to callback in other thread. */
CAP_CALL = (1 << 2),
-
- /** Thread is allowed to assign threads to processors. */
- CAP_ASSIGN = (1 << 3),
};
/**