L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
rm-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{
16 namespace Rm_
17 {
24 {
25 Attach, Detach, Find, Attach_area, Detach_area, Get_regions, Get_areas
26 };
27 };
28};
Opcodes
Region-map communication-protocol opcodes.
Definition rm-sys.h:24
L4Re C++ Interfaces.
Definition cmd_control:14