L4Re - L4 Runtime Environment
vbus_pci-ops.h
1
/*
2
* (c) 2014 Sarah Hoffmann <sarah.hoffmann@kernkonzept.com>
3
*
4
* This file is part of TUD:OS and distributed under the terms of the
5
* GNU General Public License 2.
6
* Please see the COPYING-GPL-2 file for details.
7
*/
8
#pragma once
9
10
#include <
l4/vbus/vbus_interfaces.h
>
11
12
enum
13
{
14
L4vbus_pciroot_cfg_read = L4VBUS_INTERFACE_PCI <<
L4VBUS_IFACE_SHIFT
,
15
L4vbus_pciroot_cfg_write,
16
L4vbus_pciroot_cfg_irq_enable
17
};
18
19
enum
20
{
21
L4vbus_pcidev_cfg_read = L4VBUS_INTERFACE_PCIDEV <<
L4VBUS_IFACE_SHIFT
,
22
L4vbus_pcidev_cfg_write,
23
L4vbus_pcidev_cfg_irq_enable
24
};
L4VBUS_IFACE_SHIFT
Sub-interface ID shift.
Definition:
vbus_interfaces.h:50
vbus_interfaces.h
This header contains the definition of VBUS sub-interfaces and convenience functions to work with the...
l4
vbus
vbus_pci-ops.h
Generated on Sun Nov 25 2018 13:34:53 for L4Re - L4 Runtime Environment by
1.8.13