Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
5220c9bdacd3dac0c4ad6ee39241849262589197
/
.
/
sections
/
cper-section-nvidia.h
blob: 973c3af612ba80993ed50d11586b032228caa037 [
file
] [
log
] [
blame
]
#ifndef
CPER_SECTION_NVIDIA_H
#define
CPER_SECTION_NVIDIA_H
#include
<json.h>
#include
"../edk/Cper.h"
json_object
*
cper_section_nvidia_to_ir
(
void
*
section
);
void
ir_section_nvidia_to_cper
(
json_object
*
section
,
FILE
*
out
);
#endif