Home
last modified time | relevance | path

Searched refs:i8042_present (Results 1 – 1 of 1) sorted by relevance

/qemu/include/hw/input/
H A Di8042.h93 static inline bool i8042_present(void) in i8042_present() function
105 return i8042_present() ? 0x1 << 1 : 0x0 ; in iapc_boot_arch_8042()