summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hil_devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hil_devices.h')
-rw-r--r--src/devices/bus/hp_hil/hil_devices.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/devices/bus/hp_hil/hil_devices.h b/src/devices/bus/hp_hil/hil_devices.h
new file mode 100644
index 00000000000..90a45fd5922
--- /dev/null
+++ b/src/devices/bus/hp_hil/hil_devices.h
@@ -0,0 +1,25 @@
+// license:BSD-3-Clause
+// copyright-holders:Sergey Svishchev
+/***************************************************************************
+
+ HP-HIL devices
+
+***************************************************************************/
+
+#ifndef __HP_HIL_DEVICES_H__
+#define __HP_HIL_DEVICES_H__
+
+
+#define STR_KBD_HP_46020A "hp_46020a" // ITF Keyboard
+#define STR_KBD_HP_46021A "hp_46021a" // ITF Keyboard
+#define STR_KBD_HP_46030A "hp_46030a" // Vectra Keyboard
+#define STR_KBD_HP_INTEGRAL "hp_ipc_kbd" // Integral Keyboard
+
+#define STR_MOUSE_HP_46060A "hp_46060a" // 2-button mouse
+#define STR_MOUSE_HP_46060B "hp_46060b" // 3-button mouse
+
+
+SLOT_INTERFACE_EXTERN(hp_hil_devices);
+
+
+#endif /* __HP_HIL_DEVICES_H__ */