Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / include / hw / pci-host / bonito.h
blobb8ecf7870a346e54215eb5029e78929589e71046
1 /*
2 * QEMU Bonito64 north bridge support
4 * Copyright (c) 2008 yajin (yajin@vm-kernel.org)
5 * Copyright (c) 2010 Huacai Chen (zltjiangshi@gmail.com)
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef HW_PCI_HOST_BONITO_H
11 #define HW_PCI_HOST_BONITO_H
13 #include "qom/object.h"
15 #define TYPE_BONITO_PCI_HOST_BRIDGE "Bonito-pcihost"
16 OBJECT_DECLARE_SIMPLE_TYPE(BonitoState, BONITO_PCI_HOST_BRIDGE)
18 #endif