xref: /openbmc/phosphor-logging/elog_entry.cpp (revision 17944e13e5d00d17427b5d49c6e84dbfd0033b45)
1 #include <cstdio>
2 #include "elog_entry.hpp"
3 
4 namespace phosphor
5 {
6 namespace logging
7 {
8 
9 // TODO Add interfaces to handle the error log id numbering
10 
11 } // namespace logging
12 } // namepsace phosphor
13