2 * Cortex-A9MPCore Snoop Control Unit (SCU) emulation.
4 * Copyright (c) 2009 CodeSourcery.
5 * Copyright (c) 2011 Linaro Limited.
6 * Written by Paul Brook, Peter Maydell.
8 * This code is licensed under the GPL.
10 #ifndef HW_MISC_A9SCU_H
11 #define HW_MISC_A9SCU_H
13 #include "hw/sysbus.h"
15 /* A9MP private memory region. */
17 typedef struct A9SCUState
{
19 SysBusDevice parent_obj
;
28 #define TYPE_A9_SCU "a9-scu"
29 #define A9_SCU(obj) OBJECT_CHECK(A9SCUState, (obj), TYPE_A9_SCU)