summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-08 12:05:16 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-02-25 14:27:21 -0800
commite7329c71f3d22e010c38a7f738e81ab78330038e (patch)
tree8cb355cbde96d7a341f1c707c7f0e8c334f88e58 /include/Makefile.am
parent1bb0c7fc55b21bb40b7afb567f2f938f15411ca1 (diff)
downloadphosphor-host-ipmid-e7329c71f3d22e010c38a7f738e81ab78330038e.tar.gz
phosphor-host-ipmid-e7329c71f3d22e010c38a7f738e81ab78330038e.zip
ipmid: Compiler-generated unpacking and packing of messages
handler.hpp has the templated wrapping bits for ipmi command handler callbacks implemented. message.hpp has the serialization/deserialization of the ipmi data stream into packed tuples for functions. message/pack.hpp and message/unpack.hpp contain the actual serialization and deserialization of types. Change-Id: If997f8768c8488ab6ac022526a5ef9a1bce57fcb Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 50f54d0..4c0e899 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,4 +1,11 @@
nobase_include_HEADERS = \
+ ipmid/api.hpp \
+ ipmid/handler.hpp \
+ ipmid/message.hpp \
+ ipmid/message/pack.hpp \
+ ipmid/message/types.hpp \
+ ipmid/message/unpack.hpp \
+ ipmid/registration.hpp \
ipmid/api.h \
ipmid/iana.hpp \
ipmid/oemopenbmc.hpp \
OpenPOWER on IntegriCloud