diff options
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 2c4b7b6..4f46804 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -50,6 +50,7 @@ struct gpio_pin { }; extern int mts_has_radio(const char *product_id, size_t len); +extern const char *mts_get_hw_version(void); #endif /* __MTS_IO_H */ |