From 9cc44d9bd6fb8ceb75f8ae898a0d167f6305e511 Mon Sep 17 00:00:00 2001 From: Bernhard Beschow Date: Mon, 12 Jun 2023 10:12:38 +0200 Subject: hw/char/parallel-isa: Export struct ISAParallelState MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows the struct to be embedded directly into device models without additional allocation. Suggested-by: Mark Cave-Ayland Signed-off-by: Bernhard Beschow Reviewed-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20230612081238.1742-3-shentey@gmail.com> [PMD: Update MAINTAINERS entry and use SPDX license identifier] Signed-off-by: Philippe Mathieu-Daudé --- include/hw/char/parallel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/hw/char/parallel.h') diff --git a/include/hw/char/parallel.h b/include/hw/char/parallel.h index 9f76edc..7b5a309 100644 --- a/include/hw/char/parallel.h +++ b/include/hw/char/parallel.h @@ -25,8 +25,6 @@ typedef struct ParallelState { PortioList portio_list; } ParallelState; -#define TYPE_ISA_PARALLEL "isa-parallel" - void parallel_hds_isa_init(ISABus *bus, int n); bool parallel_mm_init(MemoryRegion *address_space, -- cgit v1.1