blob: b86b6402589ffb73e857c9da44bcbb1e32e3db0f [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
4#include "json.h"
5#include "../edk/Cper.h"
6
7json_object* cper_section_dmar_iommu_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor);
8
9#endif