]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libvbus/include/vbus_inhibitor.h
update
[l4.git] / l4 / pkg / libvbus / include / vbus_inhibitor.h
1 /**
2  * (c) 2014 Steffen Liebergeld <steffen.liebergeld@kernkonzept.com>
3  *
4  * This file is licensed under the terms of the GNU General Public License 2.
5  * See the file COPYING-GPL-2 for details.
6  */
7 #pragma once
8
9 enum Vbus_inhibitor
10 {
11   L4VBUS_INHIBITOR_SUSPEND  = 0,
12   L4VBUS_INHIBITOR_SHUTDOWN = 1,
13   L4VBUS_INHIBITOR_REBOOT   = L4VBUS_INHIBITOR_SHUTDOWN,
14   L4VBUS_INHIBITOR_WAKEUP   = 2,
15   L4VBUS_INHIBITOR_MAX
16 };
17