diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-10-30 11:47:57 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-11-02 12:52:06 +0000 |
commit | c45460decbda7f94d188d2e18ead91b7c60d4e24 (patch) | |
tree | 15f88e3c3f7872529947f86b603b748a4a62af04 /include/hw/input | |
parent | 5cfea2487d0efe03ea2b80654090eb7581cc26aa (diff) |
hw/input/stellaris_input: Rename to stellaris_gamepad
This source file implements a stellaris gamepad device; rename
it so that it is a closer match to the device name.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20231030114802.3671871-2-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/input')
-rw-r--r-- | include/hw/input/stellaris_gamepad.h (renamed from include/hw/input/gamepad.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hw/input/gamepad.h b/include/hw/input/stellaris_gamepad.h index 6f6aa2406a..23cfd3c95f 100644 --- a/include/hw/input/gamepad.h +++ b/include/hw/input/stellaris_gamepad.h @@ -8,11 +8,11 @@ * See the COPYING file in the top-level directory. */ -#ifndef HW_INPUT_GAMEPAD_H -#define HW_INPUT_GAMEPAD_H +#ifndef HW_INPUT_STELLARIS_GAMEPAD_H +#define HW_INPUT_STELLARIS_GAMEPAD_H -/* stellaris_input.c */ +/* stellaris_gamepad.c */ void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode); #endif |