blob: 9264098a1961c37a88258395a70595eae61dcef4 [file] [log] [blame]
Dung Cao04f57712024-08-29 08:03:59 +00001#ifndef CPER_SECTION_AMPERE_H
2#define CPER_SECTION_AMPERE_H
3
4#include <json.h>
5#include "../edk/Cper.h"
6
7json_object *cper_section_ampere_to_ir(void *section);
8void ir_section_ampere_to_cper(json_object *section, FILE *out);
9
10#endif