blob: d15a9d13ff7d4e2e146891e1418843fc9c802bae [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
John Chungf8fc7052024-05-03 20:05:29 +08007json_object *cper_section_dmar_iommu_to_ir(void *section);
8void ir_section_dmar_iommu_to_cper(json_object *section, FILE *out);
Lawrence Tangdb1b7ce2022-07-06 15:40:26 +01009
John Chungf8fc7052024-05-03 20:05:29 +080010#endif