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