Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
1b0b00e38352d77c1725223a99920c76c89b91a3
/
.
/
cper-parse.h
blob: 0fc08b8475ae08c4589e3fed12550d66699f75c5 [
file
] [
log
] [
blame
]
#ifndef
CPER_PARSE_H
#define
CPER_PARSE_H
#include
"json.h"
json_object
*
cper_to_ir
(
const
char
*
filename
);
#endif