L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dataspace-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 Dataspace_
17 {
23 enum Opcodes { Map, Clear, Stats, Copy, Take, Release, Allocate };
24 };
25};
26
Opcodes
Data-space communication-protocol opcodes.
L4Re C++ Interfaces.
Definition cmd_control:14