pci.hh (10388:a26a20060ba3) pci.hh (11260:bedcc64f6145)
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 28 unchanged lines hidden (view full) ---

37 * Authors: Andreas Sandberg
38 */
39
40#ifndef __DEV_VIRTIO_PCI_HH__
41#define __DEV_VIRTIO_PCI_HH__
42
43#include "base/statistics.hh"
44#include "dev/virtio/base.hh"
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 28 unchanged lines hidden (view full) ---

37 * Authors: Andreas Sandberg
38 */
39
40#ifndef __DEV_VIRTIO_PCI_HH__
41#define __DEV_VIRTIO_PCI_HH__
42
43#include "base/statistics.hh"
44#include "dev/virtio/base.hh"
45#include "dev/pcidev.hh"
45#include "dev/pci/device.hh"
46
47struct PciVirtIOParams;
48
49class PciVirtIO : public PciDevice
50{
51 public:
52 typedef PciVirtIOParams Params;
53 PciVirtIO(const Params *params);

--- 36 unchanged lines hidden ---
46
47struct PciVirtIOParams;
48
49class PciVirtIO : public PciDevice
50{
51 public:
52 typedef PciVirtIOParams Params;
53 PciVirtIO(const Params *params);

--- 36 unchanged lines hidden ---