kmi.hh (8229:78bf55f23338) kmi.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 */
47
48#ifndef __DEV_ARM_PL050_HH__
49#define __DEV_ARM_PL050_HH__
50
51#include <list>
52
53#include "base/vnc/vncserver.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 */
47
48#ifndef __DEV_ARM_PL050_HH__
49#define __DEV_ARM_PL050_HH__
50
51#include <list>
52
53#include "base/vnc/vncserver.hh"
54#include "base/range.hh"
55#include "dev/arm/amba_device.hh"
56#include "params/Pl050.hh"
57
58class Gic;
59
60class Pl050 : public AmbaIntDevice, public VncKeyboard, public VncMouse
61{
62 protected:

--- 105 unchanged lines hidden ---
54#include "dev/arm/amba_device.hh"
55#include "params/Pl050.hh"
56
57class Gic;
58
59class Pl050 : public AmbaIntDevice, public VncKeyboard, public VncMouse
60{
61 protected:

--- 105 unchanged lines hidden ---