L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 * License: see LICENSE.spdx (in this directory or the directories above)
6 */
7
8#pragma once
9
10#include "vbus_interfaces.h"
11
12enum L4vbus_pm_op
13{
14 L4VBUS_PM_OP_SUSPEND = L4VBUS_INTERFACE_PM << L4VBUS_IFACE_SHIFT,
15 L4VBUS_PM_OP_RESUME,
16};
17
This header contains the definition of VBUS sub-interfaces and convenience functions to work with the...
@ L4VBUS_IFACE_SHIFT
Sub-interface ID shift.
@ L4VBUS_INTERFACE_PM
Power Management.