host.cc (11260:bedcc64f6145) host.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2015 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

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

42#include <utility>
43
44#include "debug/PciHost.hh"
45#include "dev/pci/device.hh"
46#include "dev/platform.hh"
47#include "params/GenericPciHost.hh"
48#include "params/PciHost.hh"
49
1/*
2 * Copyright (c) 2015 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

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

42#include <utility>
43
44#include "debug/PciHost.hh"
45#include "dev/pci/device.hh"
46#include "dev/platform.hh"
47#include "params/GenericPciHost.hh"
48#include "params/PciHost.hh"
49
50
51PciHost::PciHost(const PciHostParams *p)
52 : PioDevice(p)
53{
54}
55
56PciHost::~PciHost()
57{
58}

--- 170 unchanged lines hidden ---
50PciHost::PciHost(const PciHostParams *p)
51 : PioDevice(p)
52{
53}
54
55PciHost::~PciHost()
56{
57}

--- 170 unchanged lines hidden ---