summaryrefslogtreecommitdiffstats
path: root/include/ipmid
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-04-01 14:53:19 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-04-01 15:08:13 -0700
commit392050fa407b35b0ac5c0a3172d36d7e30d5b074 (patch)
tree8fb74f7b4c5bb6edad2b3b3680bb89e82669e4ac /include/ipmid
parent75b480be0428832e57e3a9e29f571f2b7a3848d4 (diff)
downloadphosphor-host-ipmid-392050fa407b35b0ac5c0a3172d36d7e30d5b074.tar.gz
phosphor-host-ipmid-392050fa407b35b0ac5c0a3172d36d7e30d5b074.zip
remove legacy ipmid.cpp and ipmid.hpp
These two files have now been replaced with newer APIs and can be removed. Change-Id: If60227b24188c6796211ca43379169f9a95c9cb3 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'include/ipmid')
-rw-r--r--include/ipmid/api.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ipmid/api.h b/include/ipmid/api.h
index b1c078b..f08ee11 100644
--- a/include/ipmid/api.h
+++ b/include/ipmid/api.h
@@ -152,4 +152,8 @@ sd_bus* ipmid_get_sd_bus_connection(void);
sd_event* ipmid_get_sd_event_connection(void);
sd_bus_slot* ipmid_get_sd_bus_slot(void);
+// move this from ipmid.hpp, which is now gone
+// this should not be used. Use the channel API to get the channel size
+#define MAX_IPMI_BUFFER 64
+
#endif
OpenPOWER on IntegriCloud