L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
inhibitor-sys.h
1/*
2 * (c) 2014 Steffen Liebergeld <steffen.liebergeld@kernkonzept.com>
3 *
4 * This file is licensed under the terms of the GNU Lesser General Public
5 * License 2.1.
6 * See the file COPYING-LGPL-2.1 for details.
7 */
8#pragma once
9
10namespace L4Re {
11 namespace Inhibitor_ {
17 enum Opcodes { Acquire, Release, Next_lock_info };
18 }
19}
Opcodes
Inhibitor communication-protocol opcodes.
L4Re C++ Interfaces.
Definition cmd_control:15