mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
10 lines
253 B
C
10 lines
253 B
C
|
|
|
||
|
|
#define IO_ESCC_SIZE 0x00001000
|
||
|
|
#define IO_ESCC_OFFSET 0x00013000
|
||
|
|
|
||
|
|
#define ZS_REGS 8
|
||
|
|
|
||
|
|
void escc_init(const char *path, unsigned long addr);
|
||
|
|
void ob_zs_init(uint64_t base, uint64_t offset, int intr, int slave,
|
||
|
|
int keyboard);
|