L4Re - L4 Runtime Environment
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 
10 namespace L4Re {
11  namespace Inhibitor_ {
17  enum Opcodes { Acquire, Release, Next_lock_info };
18  }
19 }
L4Re C++ Interfaces.
Definition: cmd_control:15
Opcodes
Inhibitor communication-protocol opcodes.
Definition: inhibitor-sys.h:17