aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h7
1 files changed, 7 insertions, 0 deletions
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"
];