xref: /openbmc/libcper/include/libcper/sections/cper-section-ampere.h (revision ad6c880fc739b6ca750c3ab594e270efd972c2ac)
1 #ifndef CPER_SECTION_AMPERE_H
2 #define CPER_SECTION_AMPERE_H
3 
4 #include <stdio.h>
5 #include <json.h>
6 #include <libcper/Cper.h>
7 
8 json_object *cper_section_ampere_to_ir(const UINT8 *section, UINT32 size,
9 				       char **desc_string);
10 void ir_section_ampere_to_cper(json_object *section, FILE *out);
11 
12 #endif
13