summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/drivers/escc.h
blob: caaf00d40f3981c40d4c1b335bef25aa2130a267 (plain)
1
2
3
4
5
6
7
8
9
#define IO_ESCC_SIZE    0x00001000
#define IO_ESCC_OFFSET  0x00013000

#define ZS_REGS         8

void escc_init(const char *path, phys_addr_t addr);
void ob_zs_init(phys_addr_t base, uint64_t offset, int intr, int slave,
                int keyboard);