diff options
Diffstat (limited to 'include/hw/nubus')
-rw-r--r-- | include/hw/nubus/nubus.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/hw/nubus/nubus.h b/include/hw/nubus/nubus.h index 3eea2952d5..187ecc00a5 100644 --- a/include/hw/nubus/nubus.h +++ b/include/hw/nubus/nubus.h @@ -44,25 +44,6 @@ struct NubusDevice { int32_t slot; MemoryRegion super_slot_mem; MemoryRegion slot_mem; - - /* Format Block */ - - MemoryRegion fblock_io; - - uint32_t rom_length; - uint32_t rom_crc; - uint8_t rom_rev; - uint8_t rom_format; - uint8_t byte_lanes; - int32_t directory_offset; - - /* ROM */ - - MemoryRegion rom_io; - const uint8_t *rom; }; -void nubus_register_rom(NubusDevice *dev, const uint8_t *rom, uint32_t size, - int revision, int format, uint8_t byte_lanes); - #endif |