]> git.ipfire.org Git - thirdparty/qemu.git/commit
dino: split declarations from dino.c into dino.h
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 4 May 2022 09:25:21 +0000 (10:25 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 8 May 2022 17:52:36 +0000 (18:52 +0100)
commit14e275efcbe9cc8653a90f2085e2cdf0f7f7e24f
tree324a02e13f2400e7f112e4fa242b48a1bdf58990
parent079e7ad989e3902ac7ecb70086d3b380faeeaf63
dino: split declarations from dino.c into dino.h

This is to allow access to DinoState from outside dino.c. With the changes to
the headers it is now possible to remove the duplicate definition for
TYPE_DINO_PCI_HOST_BRIDGE from hppa_sys.h.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20220504092600.10048-12-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/hppa/dino.c
hw/hppa/dino.h [new file with mode: 0644]
hw/hppa/hppa_sys.h