amba_device.hh (8229:78bf55f23338) amba_device.hh (9016:18093957a102)
1/*
2 * Copyright (c) 2010 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

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

46 * Implementer ID calls.
47 */
48
49#ifndef __DEV_ARM_AMBA_DEVICE_HH__
50#define __DEV_ARM_AMBA_DEVICE_HH__
51
52#include "base/range.hh"
53#include "dev/arm/gic.hh"
1/*
2 * Copyright (c) 2010 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

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

46 * Implementer ID calls.
47 */
48
49#ifndef __DEV_ARM_AMBA_DEVICE_HH__
50#define __DEV_ARM_AMBA_DEVICE_HH__
51
52#include "base/range.hh"
53#include "dev/arm/gic.hh"
54#include "dev/dma_device.hh"
54#include "dev/io_device.hh"
55#include "mem/packet.hh"
56#include "mem/packet_access.hh"
57#include "params/AmbaDevice.hh"
58#include "params/AmbaDmaDevice.hh"
59#include "params/AmbaIntDevice.hh"
60
61namespace AmbaDev {

--- 52 unchanged lines hidden ---
55#include "dev/io_device.hh"
56#include "mem/packet.hh"
57#include "mem/packet_access.hh"
58#include "params/AmbaDevice.hh"
59#include "params/AmbaDmaDevice.hh"
60#include "params/AmbaIntDevice.hh"
61
62namespace AmbaDev {

--- 52 unchanged lines hidden ---