]> Git Repo - qemu.git/commit
hw/block/fdc: Declare shared prototypes in fdc-internal.h
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 14 Jun 2021 19:32:17 +0000 (21:32 +0200)
committerJohn Snow <[email protected]>
Fri, 25 Jun 2021 12:53:28 +0000 (08:53 -0400)
commit5a5d2f3d260a5c3a2f00675c90744c0903fed116
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 <[email protected]>
Reviewed-by: Mark Cave-Ayland <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20210614193220.2007159[email protected]
Signed-off-by: John Snow <[email protected]>
MAINTAINERS
hw/block/fdc-internal.h [new file with mode: 0644]
hw/block/fdc.c
This page took 0.028314 seconds and 4 git commands to generate.