tests/qemu-iotests/group: Remove some more tests from the "auto" group
[qemu.git] / include / hw / display / tc6393xb.h
blob5c4da91f80d25b37e1bfa2fd8b741f5864b25d65
1 /*
2 * Toshiba TC6393XB I/O Controller.
3 * Found in Sharp Zaurus SL-6000 (tosa) or some
4 * Toshiba e-Series PDAs.
6 * Copyright (c) 2007 Hervé Poussineau
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
12 #ifndef HW_DISPLAY_TC6393XB_H
13 #define HW_DISPLAY_TC6393XB_H
15 #include "exec/memory.h"
16 #include "hw/irq.h"
18 typedef struct TC6393xbState TC6393xbState;
20 TC6393xbState *tc6393xb_init(struct MemoryRegion *sysmem,
21 uint32_t base, qemu_irq irq);
22 qemu_irq tc6393xb_l3v_get(TC6393xbState *s);
24 #endif