xref: /openbmc/qemu/target/nios2/cpu-qom.h (revision 9348028e)
1 /*
2  * QEMU Nios II CPU QOM header (target agnostic)
3  *
4  * Copyright (c) 2012 Chris Wulff <crwulff@gmail.com>
5  *
6  * SPDX-License-Identifier: LGPL-2.1-or-later
7  */
8 
9 #ifndef QEMU_NIOS2_CPU_QOM_H
10 #define QEMU_NIOS2_CPU_QOM_H
11 
12 #include "hw/core/cpu.h"
13 
14 #define TYPE_NIOS2_CPU "nios2-cpu"
15 
16 OBJECT_DECLARE_CPU_TYPE(Nios2CPU, Nios2CPUClass, NIOS2_CPU)
17 
18 #endif
19