mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hppa: add emulation of LASI PS2 controllers
Signed-off-by: Sven Schnelle <svens@stackframe.org> Message-Id: <20191220211512.3289-5-svens@stackframe.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
c56b620918
commit
2a6505b0e7
9 changed files with 332 additions and 1 deletions
16
include/hw/input/lasips2.h
Normal file
16
include/hw/input/lasips2.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* QEMU LASI PS/2 emulation
|
||||
*
|
||||
* Copyright (c) 2019 Sven Schnelle
|
||||
*
|
||||
*/
|
||||
#ifndef HW_INPUT_LASIPS2_H
|
||||
#define HW_INPUT_LASIPS2_H
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
|
||||
#define TYPE_LASIPS2 "lasips2"
|
||||
|
||||
void lasips2_init(MemoryRegion *address_space, hwaddr base, qemu_irq irq);
|
||||
|
||||
#endif /* HW_INPUT_LASIPS2_H */
|
Loading…
Add table
Add a link
Reference in a new issue