commit | eff1f2eb46710ee34f7de7c9781b47bd5b946a54 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Aug 05 08:27:36 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Aug 12 20:44:57 2020 -0700 |
tree | b2c09edfb95fa100fd04bbc6e24d9f96279201d8 | |
parent | 40e8ace47defbed017cfb585bede5feb5d13f172 [diff] [blame] |
move implementation to ipmi file Move the entrance point for the IPMI OEM handling to a separate file and pass in the handler pointer via binding. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I4371ebee1c252ab6e9d8a7ff2389583919ecc996
diff --git a/eth.cpp b/eth.cpp index 2d21c57..2b38939 100644 --- a/eth.cpp +++ b/eth.cpp
@@ -17,7 +17,7 @@ #include "eth.hpp" #include "handler.hpp" -#include "main.hpp" +#include "ipmi.hpp" #include <cstdint> #include <cstring>