2 * QEMU Nios II CPU QOM header (target agnostic)
4 * Copyright (c) 2012 Chris Wulff <crwulff@gmail.com>
6 * SPDX-License-Identifier: LGPL-2.1-or-later
9 #ifndef QEMU_NIOS2_CPU_QOM_H
10 #define QEMU_NIOS2_CPU_QOM_H
12 #include "hw/core/cpu.h"
14 #define TYPE_NIOS2_CPU "nios2-cpu"
16 OBJECT_DECLARE_CPU_TYPE(Nios2CPU
, Nios2CPUClass
, NIOS2_CPU
)