summaryrefslogtreecommitdiffstats
path: root/ipmid.hpp
diff options
context:
space:
mode:
authorTom <tomjoseph@in.ibm.com>2016-09-20 18:24:13 +0530
committerPatrick Williams <patrick@stwcx.xyz>2016-09-23 13:03:41 +0000
commitd700e76abb015ff7f7cd3df2769e1f91b452020a (patch)
tree9858482c654021f9004559f9cd285ad92593f140 /ipmid.hpp
parent8b4700521afc5760474fc82ebeb861c2c84118da (diff)
downloadphosphor-host-ipmid-d700e76abb015ff7f7cd3df2769e1f91b452020a.tar.gz
phosphor-host-ipmid-d700e76abb015ff7f7cd3df2769e1f91b452020a.zip
Refactor the code related to Sensor handling
The sensor related code is moved to sensorhandler.c. These changes were part of the ipmi daemon code and would have to replicated in RMCP daemon. The refactoring would get away with those changes. Change-Id: Ib9e1a1929282221e6f259e4a54502eea82f42939 Signed-off-by: Tom <tomjoseph@in.ibm.com>
Diffstat (limited to 'ipmid.hpp')
-rw-r--r--ipmid.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipmid.hpp b/ipmid.hpp
index bcf15b5..9f1ee95 100644
--- a/ipmid.hpp
+++ b/ipmid.hpp
@@ -22,6 +22,4 @@ ipmi_ret_t ipmi_netfn_router(const ipmi_netfn_t, const ipmi_cmd_t, ipmi_request_
extern FILE *ipmiio, *ipmidbus, *ipmicmddetails;
-int set_sensor_dbus_state_s(uint8_t , const char *, const char *);
-int set_sensor_dbus_state_y(uint8_t , const char *, const uint8_t);
#endif
OpenPOWER on IntegriCloud