2 * Copyright (c) 2013-2018 Laurent Vivier <laurent@vivier.eu>
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
10 #define HW_NUBUS_MAC_H
12 #include "hw/nubus/nubus.h"
13 #include "qom/object.h"
15 #define TYPE_MAC_NUBUS_BRIDGE "mac-nubus-bridge"
16 OBJECT_DECLARE_SIMPLE_TYPE(MacNubusState
, MAC_NUBUS_BRIDGE
)
18 struct MacNubusState
{
19 SysBusDevice sysbus_dev
;