From 08184b90b04961086e7b00650651188a9652a0c5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 26 Jul 2022 16:10:41 +0200 Subject: Hide implementation details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 7862121..aec4277 100644 --- a/common.h +++ b/common.h @@ -30,6 +30,13 @@ struct libgamepad_attachment_monitor { }; +struct libgamepad_device_internals { + int close_fd; + int require_sync; + struct libevdev *dev; +}; + + extern const char *libgamepad_button_names__[ #include "button.count" ]; -- cgit v1.2.3-70-g09d2