mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03: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
|
@ -28,7 +28,6 @@
|
|||
#include "ui/console.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
#define TYPE_LM8323 "lm8323"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(LM823KbdState, LM8323)
|
||||
|
||||
struct LM823KbdState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue