hw/block/fdc: Declare shared prototypes in fdc-internal.h
commit5a5d2f3d260a5c3a2f00675c90744c0903fed116
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 14 Jun 2021 19:32:17 +0000 (14 21:32 +0200)
committerJohn Snow <jsnow@redhat.com>
Fri, 25 Jun 2021 12:53:28 +0000 (25 08:53 -0400)
tree0377105f25ceb955ef1a36ba836208083ce70e1a
parentfbb11567fba6f452670b87a981d5f25ebece89ec
hw/block/fdc: Declare shared prototypes in fdc-internal.h

We want to extract ISA/SysBus code from the generic fdc.c file.
First, declare the prototypes we will access from the new units
into a new local header: "fdc-internal.h".

Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210614193220.2007159-4-philmd@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
MAINTAINERS
hw/block/fdc-internal.h [new file with mode: 0644]
hw/block/fdc.c