diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-25 08:13:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-25 08:13:40 +0200 |
commit | 401b3073c7af7fe89dd70955ef4431da91cc3f29 (patch) | |
tree | 0810163002c12b34f0a2c1784e7189a0730d6a33 /util/oem_supermicro.h | |
parent | 715160edeb4dfc4335f8def440806ad0d5307fec (diff) | |
parent | de044ac29fcfc641dc1465f310be588ffe2fe8d3 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'util/oem_supermicro.h')
-rw-r--r-- | util/oem_supermicro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/oem_supermicro.h b/util/oem_supermicro.h index c8f9147..7237f3c 100644 --- a/util/oem_supermicro.h +++ b/util/oem_supermicro.h @@ -48,7 +48,7 @@ int oem_supermicro_get_lan_port(uchar *val); int oem_supermicro_set_lan_port(uchar val); char *oem_supermicro_lan_port_string(uchar val); -int decode_sensor_supermicro(uchar *sdr,uchar *reading,char *pstring, int slen, int fsimple); +int decode_sensor_supermicro(uchar *sdr,uchar *reading,char *pstring, int slen, int fsimple, char fdbg); int decode_mem_supermicro(int prod, uchar b2, uchar b3, char *desc, int *psz); int decode_sel_supermicro(uchar *evt, char *outbuf, int outsz, char fdesc, char fdebug); |