Add support for IOMMU/VT-d specific sections.
diff --git a/sections/cper-section-dmar-vtd.h b/sections/cper-section-dmar-vtd.h
new file mode 100644
index 0000000..48be0d2
--- /dev/null
+++ b/sections/cper-section-dmar-vtd.h
@@ -0,0 +1,9 @@
+#ifndef CPER_SECTION_DMAR_VTD_H
+#define CPER_SECTION_DMAR_VTD_H
+
+#include "json.h"
+#include "../edk/Cper.h"
+
+json_object* cper_section_dmar_vtd_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor);
+
+#endif
\ No newline at end of file