Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
04f577167628af6d77846bc00fd2f9538689a962
/
.
/
sections
/
cper-section-ampere.h
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