From 75f812b964c388cd1e41d5dd77d48ad82b32ec38 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 15 Oct 2018 14:09:53 -0500 Subject: Remove mtac cards. mts-io version 3.0.0 --- io-module/buttons.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'io-module/buttons.h') diff --git a/io-module/buttons.h b/io-module/buttons.h index 9a09fac..8bbe58a 100644 --- a/io-module/buttons.h +++ b/io-module/buttons.h @@ -29,6 +29,7 @@ #include #include +#include "mts_io_module.h" #include "mts_io.h" #define BUTTON_CHECK_PER_SEC 8 @@ -64,7 +65,7 @@ extern void cleanup_buttons(void); extern int set_buttons (button_info_pt* platform_buttons); extern ssize_t mts_attr_show_button_monitor_intervals(struct device *dev, struct device_attribute *attr, char *buf); -extern ssize_t mts_attr_store_button_monitor_intervals(struct device *dev, struct device_attribute *attr, char *buf, size_t count); +extern ssize_t mts_attr_store_button_monitor_intervals(struct device *dev, struct device_attribute *attr, const char *buf, size_t count); extern ssize_t mts_attr_show_button_monitor(struct device *dev, struct device_attribute *attr, char *buf); -- cgit v1.2.3