host.cc (11244:a2af58a06c4e) | host.cc (11260:bedcc64f6145) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37 * Authors: Andreas Sandberg 38 */ 39 40#include "dev/pci/host.hh" 41 42#include <utility> 43 44#include "debug/PciHost.hh" | 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 --- 28 unchanged lines hidden (view full) --- 37 * Authors: Andreas Sandberg 38 */ 39 40#include "dev/pci/host.hh" 41 42#include <utility> 43 44#include "debug/PciHost.hh" |
45#include "dev/pcidev.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{ --- 175 unchanged lines hidden --- | 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{ --- 175 unchanged lines hidden --- |