summary refs log tree commit diff stats
path: root/include/hw/input/lm832x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/input/lm832x.h')
-rw-r--r--include/hw/input/lm832x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/input/lm832x.h b/include/hw/input/lm832x.h
index f47e579ff9..2a58ccf891 100644
--- a/include/hw/input/lm832x.h
+++ b/include/hw/input/lm832x.h
@@ -21,6 +21,8 @@
 #ifndef HW_INPUT_LM832X
 #define HW_INPUT_LM832X
 
+#define TYPE_LM8323 "lm8323"
+
 void lm832x_key_event(DeviceState *dev, int key, int state);
 
 #endif