mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw: move private headers to hw/ subdirectories.
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8d8b636d28
commit
47b43a1f41
141 changed files with 169 additions and 169 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "ui/pixel_ops.h"
|
||||
/* FIXME: For graphic_rotate. Should probably be done in common code. */
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/framebuffer.h"
|
||||
#include "framebuffer.h"
|
||||
|
||||
struct DMAChannel {
|
||||
uint32_t branch;
|
||||
|
@ -981,15 +981,15 @@ static const VMStateDescription vmstate_pxa2xx_lcdc = {
|
|||
};
|
||||
|
||||
#define BITS 8
|
||||
#include "hw/pxa2xx_template.h"
|
||||
#include "pxa2xx_template.h"
|
||||
#define BITS 15
|
||||
#include "hw/pxa2xx_template.h"
|
||||
#include "pxa2xx_template.h"
|
||||
#define BITS 16
|
||||
#include "hw/pxa2xx_template.h"
|
||||
#include "pxa2xx_template.h"
|
||||
#define BITS 24
|
||||
#include "hw/pxa2xx_template.h"
|
||||
#include "pxa2xx_template.h"
|
||||
#define BITS 32
|
||||
#include "hw/pxa2xx_template.h"
|
||||
#include "pxa2xx_template.h"
|
||||
|
||||
PXA2xxLCDState *pxa2xx_lcdc_init(MemoryRegion *sysmem,
|
||||
hwaddr base, qemu_irq irq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue