L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
inhibitor-sys.h
1/*
2 * (c) 2014 Steffen Liebergeld <steffen.liebergeld@kernkonzept.com>
3 *
4 * License: see LICENSE.spdx (in this directory or the directories above)
5 */
6#pragma once
7
8namespace L4Re {
9 namespace Inhibitor_ {
15 enum Opcodes { Acquire, Release, Next_lock_info };
16 }
17}
Opcodes
Inhibitor communication-protocol opcodes.
L4Re C++ Interfaces.
Definition cmd_control:14