104f57716SDung Cao #ifndef CPER_SECTION_AMPERE_H 204f57716SDung Cao #define CPER_SECTION_AMPERE_H 304f57716SDung Cao 404f57716SDung Cao #include <json.h> 5*a3b7f8a2SEd Tanous #include "Cper.h" 604f57716SDung Cao 704f57716SDung Cao json_object *cper_section_ampere_to_ir(void *section); 804f57716SDung Cao void ir_section_ampere_to_cper(json_object *section, FILE *out); 904f57716SDung Cao 1004f57716SDung Cao #endif 11