qapi: Require descriptions and tagged sections to be indented
[qemu/kevin.git] / target / nios2 / cpu-qom.h
blob2fd912154048a5f8dae72cce0e660d2579f2712a
1 /*
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
7 */
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)
18 #endif