Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
bf6ccc85141bee0e8251e9070229f41d9e56f8b2
/
.
/
sections
/
cper-section-dmar-iommu.h
blob: d15a9d13ff7d4e2e146891e1418843fc9c802bae [
file
] [
log
] [
blame
]
#ifndef
CPER_SECTION_DMAR_IOMMU_H
#define
CPER_SECTION_DMAR_IOMMU_H
#include
<json.h>
#include
"../edk/Cper.h"
json_object
*
cper_section_dmar_iommu_to_ir
(
void
*
section
);
void
ir_section_dmar_iommu_to_cper
(
json_object
*
section
,
FILE
*
out
);
#endif