blob: 9264098a1961c37a88258395a70595eae61dcef4 [file] [log] [blame]
#ifndef CPER_SECTION_AMPERE_H
#define CPER_SECTION_AMPERE_H
#include <json.h>
#include "../edk/Cper.h"
json_object *cper_section_ampere_to_ir(void *section);
void ir_section_ampere_to_cper(json_object *section, FILE *out);
#endif