mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -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
|
@ -17,9 +17,10 @@
|
|||
* with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "hw.h"
|
||||
#include "console.h"
|
||||
#include "ui/console.h"
|
||||
#include "omap.h"
|
||||
#include "framebuffer.h"
|
||||
#include "ui/pixel_ops.h"
|
||||
|
||||
struct omap_lcd_panel_s {
|
||||
MemoryRegion *sysmem;
|
||||
|
@ -66,8 +67,6 @@ static void omap_lcd_interrupts(struct omap_lcd_panel_s *s)
|
|||
qemu_irq_lower(s->irq);
|
||||
}
|
||||
|
||||
#include "pixel_ops.h"
|
||||
|
||||
#define draw_line_func drawfn
|
||||
|
||||
#define DEPTH 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue