aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_misc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-16 13:49:50 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-16 13:49:50 +0100
commit19224b4b9b6767dedabfbcbcf41b9eab94b852f9 (patch)
treee939f9843a818a48abf37de0ae55914594fe06a9 /src/osmo-bts-sysmo/misc/sysmobts_misc.h
parent3e110ae14101e60edc00803131165f11d4212db1 (diff)
sysmobts-mgr: Make it possible to not write to the EEPROM
For testing/trial it is better to not write to the EEPROM but it is still good to see how the logic is working.
Diffstat (limited to 'src/osmo-bts-sysmo/misc/sysmobts_misc.h')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_misc.h b/src/osmo-bts-sysmo/misc/sysmobts_misc.h
index 13d0add3..8f7da478 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_misc.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_misc.h
@@ -16,9 +16,9 @@ enum sysmobts_temp_type {
int sysmobts_temp_get(enum sysmobts_temp_sensor sensor,
enum sysmobts_temp_type type);
-void sysmobts_check_temp(void);
+void sysmobts_check_temp(int no_eeprom_write);
-int sysmobts_update_hours(void);
+int sysmobts_update_hours(int no_epprom_write);
enum sysmobts_firmware_type {
SYSMOBTS_FW_FPGA,