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_ {
12     /**
13      * \brief Inhibitor communication-protocol opcodes
14      * \ingroup api_l4re_protocols
15      * \internal
16      */
17     enum Opcodes { Acquire, Release, Next_lock_info };
18   }
19 }
20