hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
[qemu/ar7.git] / include / hw / display / tc6393xb.h
blobf9263bf98a6357f70ea950121cd0f4155933541e
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 typedef struct TC6393xbState TC6393xbState;
17 TC6393xbState *tc6393xb_init(struct MemoryRegion *sysmem,
18 uint32_t base, qemu_irq irq);
19 qemu_irq tc6393xb_l3v_get(TC6393xbState *s);
21 #endif