blob: 0fc08b8475ae08c4589e3fed12550d66699f75c5 [file] [log] [blame]
Lawrence Tang1b0b00e2022-07-05 10:33:10 +01001#ifndef CPER_PARSE_H
2#define CPER_PARSE_H
3#include "json.h"
4
5json_object* cper_to_ir(const char* filename);
6
7#endif