Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/bhyve/ps2kbd.h
Show All 26 Lines | |||||
* | * | ||||
* $FreeBSD$ | * $FreeBSD$ | ||||
*/ | */ | ||||
#ifndef _PS2KBD_H_ | #ifndef _PS2KBD_H_ | ||||
#define _PS2KBD_H_ | #define _PS2KBD_H_ | ||||
struct atkbdc_softc; | struct atkbdc_softc; | ||||
struct vm_snapshot_meta; | |||||
struct ps2kbd_softc *ps2kbd_init(struct atkbdc_softc *sc); | struct ps2kbd_softc *ps2kbd_init(struct atkbdc_softc *sc); | ||||
int ps2kbd_read(struct ps2kbd_softc *sc, uint8_t *val); | int ps2kbd_read(struct ps2kbd_softc *sc, uint8_t *val); | ||||
void ps2kbd_write(struct ps2kbd_softc *sc, uint8_t val); | void ps2kbd_write(struct ps2kbd_softc *sc, uint8_t val); | ||||
#ifdef BHYVE_SNAPSHOT | |||||
int ps2kbd_snapshot(struct ps2kbd_softc *sc, struct vm_snapshot_meta *meta); | |||||
#endif | |||||
#endif /* _PS2KBD_H_ */ | #endif /* _PS2KBD_H_ */ |