diff options
| author | Philippe Mathieu-Daudé | 2018-03-08 23:39:24 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2018-03-12 16:12:48 +0100 |
| commit | 47973a2dbfad7fd584f37ca57d79097c9f220e93 (patch) | |
| tree | b01d9ae50fef98ccb91494ef2d92a88e4933ddd6 /hw/unicore32 | |
| parent | hw/dma/i8257: Rename DMA_init() to i8257_dma_init() (diff) | |
| download | qemu-47973a2dbfad7fd584f37ca57d79097c9f220e93.tar.gz qemu-47973a2dbfad7fd584f37ca57d79097c9f220e93.tar.xz qemu-47973a2dbfad7fd584f37ca57d79097c9f220e93.zip | |
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au> (hw/ppc)
Message-Id: <20180308223946.26784-4-f4bug@amsat.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/unicore32')
| -rw-r--r-- | hw/unicore32/puv3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/unicore32/puv3.c b/hw/unicore32/puv3.c index db26959a1d..830fe3face 100644 --- a/hw/unicore32/puv3.c +++ b/hw/unicore32/puv3.c @@ -20,6 +20,7 @@ #undef DEBUG_PUV3 #include "hw/unicore32/puv3.h" +#include "hw/input/i8042.h" #define KERNEL_LOAD_ADDR 0x03000000 #define KERNEL_MAX_SIZE 0x00800000 /* Just a guess */ |
