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:
Paolo Bonzini 2013-03-18 17:36:02 +01:00
parent 8d8b636d28
commit 47b43a1f41
141 changed files with 169 additions and 169 deletions

View file

@ -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)