From e7329c71f3d22e010c38a7f738e81ab78330038e Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Mon, 8 Oct 2018 12:05:16 -0700 Subject: 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 --- include/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/Makefile.am') 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 \ -- cgit v1.2.1