]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libvbus/include/vbus_pm-ops.h
update
[l4.git] / l4 / pkg / libvbus / include / vbus_pm-ops.h
1 /*
2  * (c) 2013 Alexander Warg <warg@os.inf.tu-dresden.de>
3  *     economic rights: Technische Universität Dresden (Germany)
4  *
5  * This file is part of TUD:OS and distributed under the terms of the
6  * GNU General Public License 2.
7  * Please see the COPYING-GPL-2 file for details.
8  */
9
10 #pragma once
11
12 enum L4vbus_pm_op
13 {
14   L4VBUS_PM_OP_SUSPEND = 0x81000000,
15   L4VBUS_PM_OP_RESUME,
16 };
17