L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
namespace-sys.h
Go to the documentation of this file.
1
5/*
6 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
7 * Alexander Warg <warg@os.inf.tu-dresden.de>
8 * economic rights: Technische Universität Dresden (Germany)
9 *
10 * License: see LICENSE.spdx (in this directory or the directories above)
11 */
12#pragma once
13
14namespace L4Re {
15 namespace Namespace_
16 {
22 enum Opcodes { Query, Register, Link, Unlink };
23 };
24};
Opcodes
Name-space communication-protocol opcodes.
L4Re C++ Interfaces.
Definition cmd_control:14