blob: 0fec283b5d29798c24abafe0dceabd923f795752 [file] [log] [blame]
Lawrence Tangdb1b7ce2022-07-06 15:40:26 +01001#ifndef CPER_SECTION_DMAR_IOMMU_H
2#define CPER_SECTION_DMAR_IOMMU_H
3
Lawrence Tang5202bbb2022-08-12 14:54:36 +01004#include <json.h>
Lawrence Tangdb1b7ce2022-07-06 15:40:26 +01005#include "../edk/Cper.h"
6
7json_object* cper_section_dmar_iommu_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor);
Lawrence Tang205dd1d2022-07-14 16:23:38 +01008void ir_section_dmar_iommu_to_cper(json_object* section, FILE* out);
Lawrence Tangdb1b7ce2022-07-06 15:40:26 +01009
10#endif