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