1*04f57716SDung Cao #ifndef CPER_SECTION_AMPERE_H 2*04f57716SDung Cao #define CPER_SECTION_AMPERE_H 3*04f57716SDung Cao 4*04f57716SDung Cao #include <json.h> 5*04f57716SDung Cao #include "../edk/Cper.h" 6*04f57716SDung Cao 7*04f57716SDung Cao json_object *cper_section_ampere_to_ir(void *section); 8*04f57716SDung Cao void ir_section_ampere_to_cper(json_object *section, FILE *out); 9*04f57716SDung Cao 10*04f57716SDung Cao #endif 11