Deleted Added
sdiff udiff text old ( 8741:491297d019f3 ) new ( 9338:97b4a2be1e5b )
full compact
1/*
2 * Copyright (c) 2009 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

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

47 */
48
49#ifndef __DEV_ARM_RealView_HH__
50#define __DEV_ARM_RealView_HH__
51
52#include "dev/platform.hh"
53#include "params/RealView.hh"
54
55class Gic;
56class IdeController;
57class System;
58
59class RealView : public Platform
60{
61 public:
62 /** Pointer to the system */
63 System *system;

--- 61 unchanged lines hidden ---