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