L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
consts.h
Go to the documentation of this file.
1
5/*
6 * (c) 2008-2009 Alexander Warg <warg@os.inf.tu-dresden.de>
7 * economic rights: Technische Universität Dresden (Germany)
8 *
9 * License: see LICENSE.spdx (in this directory or the directories above)
10 */
11#pragma once
12
13#include <l4/sys/consts.h>
14
15enum
16{
17 L4RE_THIS_TASK_CAP = 1UL << L4_CAP_SHIFT,
18};
19
28enum
29{
30 L4RE_MAIN_THREAD_PRIO = 2, /* Priority of the main thread */
31};
32
@ L4_CAP_SHIFT
Capability index shift.
Definition consts.h:146