mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw/input/lm832x: Define TYPE_LM8323 in public header
Define TYPE_LM8323 in the public "hw/input/lm832x.h" header and use it in hw/arm/nseries.c. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
parent
410bbee1b2
commit
426f53de9c
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue