a9scu.hh (8282:0cc4594abf28) a9scu.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

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

35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Ali Saidi
38 */
39
40#ifndef __DEV_ARM_A9SCU_HH__
41#define __DEV_ARM_A9SCU_HH__
42
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

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

35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Ali Saidi
38 */
39
40#ifndef __DEV_ARM_A9SCU_HH__
41#define __DEV_ARM_A9SCU_HH__
42
43#include "base/range.hh"
44#include "dev/io_device.hh"
45#include "params/A9SCU.hh"
46
47/** @file
48 * This defines the snoop control unit register on an A9
49 */
50
51class A9SCU : public BasicPioDevice

--- 34 unchanged lines hidden ---
43#include "dev/io_device.hh"
44#include "params/A9SCU.hh"
45
46/** @file
47 * This defines the snoop control unit register on an A9
48 */
49
50class A9SCU : public BasicPioDevice

--- 34 unchanged lines hidden ---