amba_fake.hh (7584:28ddf6d9e982) amba_fake.hh (9235:5aa4896ed55a)
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 * ignores the device it is trying to talk to. It is used so the kernel doesn't
47 * need to be modified and devices that we are not interested in will simply be
48 * skipped.
49 */
50
51#ifndef __DEV_ARM_AMBA_FAKE_H__
52#define __DEV_ARM_AMBA_FAKE_H__
53
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 * ignores the device it is trying to talk to. It is used so the kernel doesn't
47 * need to be modified and devices that we are not interested in will simply be
48 * skipped.
49 */
50
51#ifndef __DEV_ARM_AMBA_FAKE_H__
52#define __DEV_ARM_AMBA_FAKE_H__
53
54#include "base/range.hh"
55#include "dev/arm/amba_device.hh"
56#include "params/AmbaFake.hh"
57
58class AmbaFake : public AmbaDevice
59{
60 public:
61 typedef AmbaFakeParams Params;
62 const Params *

--- 12 unchanged lines hidden ---
54#include "dev/arm/amba_device.hh"
55#include "params/AmbaFake.hh"
56
57class AmbaFake : public AmbaDevice
58{
59 public:
60 typedef AmbaFakeParams Params;
61 const Params *

--- 12 unchanged lines hidden ---