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"
14 #include "qom/object.h"
16 /* A9MP private memory region. */
20 SysBusDevice parent_obj
;
29 #define TYPE_A9_SCU "a9-scu"
30 OBJECT_DECLARE_SIMPLE_TYPE(A9SCUState
, A9_SCU
)