Deleted Added
sdiff udiff text old ( 8525:5f3fe76e7950 ) new ( 8741:491297d019f3 )
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

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

77 * @param intctrl pointer to the interrupt controller
78 */
79 RealView(const Params *p);
80
81 /** Give platform a pointer to interrupt controller */
82 void setGic(Gic *_gic) { gic = _gic; }
83
84 /**
85 * Cause the cpu to post a serial interrupt to the CPU.
86 */
87 virtual void postConsoleInt();
88
89 /**
90 * Clear a posted CPU interrupt
91 */
92 virtual void clearConsoleInt();

--- 31 unchanged lines hidden ---