Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into staging
[qemu/ar7.git] / include / hw / input / lasips2.h
blob0cd7b59064a9201421201f676074d5a10b2e3e56
1 /*
2 * QEMU LASI PS/2 emulation
4 * Copyright (c) 2019 Sven Schnelle
6 */
7 #ifndef HW_INPUT_LASIPS2_H
8 #define HW_INPUT_LASIPS2_H
10 #include "exec/hwaddr.h"
12 #define TYPE_LASIPS2 "lasips2"
14 void lasips2_init(MemoryRegion *address_space, hwaddr base, qemu_irq irq);
16 #endif /* HW_INPUT_LASIPS2_H */