mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
ui: move files to ui/ and include/ui/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2870dc3456
commit
28ecbaeecb
80 changed files with 95 additions and 101 deletions
|
@ -20,10 +20,11 @@
|
|||
#include "ptimer.h"
|
||||
#include "block.h"
|
||||
#include "flash.h"
|
||||
#include "console.h"
|
||||
#include "ui/console.h"
|
||||
#include "i2c.h"
|
||||
#include "blockdev.h"
|
||||
#include "exec-memory.h"
|
||||
#include "ui/pixel_ops.h"
|
||||
|
||||
#define MP_MISC_BASE 0x80002000
|
||||
#define MP_MISC_SIZE 0x00001000
|
||||
|
@ -492,8 +493,6 @@ SET_LCD_PIXEL(8, uint8_t)
|
|||
SET_LCD_PIXEL(16, uint16_t)
|
||||
SET_LCD_PIXEL(32, uint32_t)
|
||||
|
||||
#include "pixel_ops.h"
|
||||
|
||||
static void lcd_refresh(void *opaque)
|
||||
{
|
||||
musicpal_lcd_state *s = opaque;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue