1 #ifndef CPER_SECTION_DMAR_VTD_H 2 #define CPER_SECTION_DMAR_VTD_H 3 4 #include "json.h" 5 #include "../edk/Cper.h" 6 7 json_object* cper_section_dmar_vtd_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); 8 9 #endif
1 #ifndef CPER_SECTION_DMAR_VTD_H 2 #define CPER_SECTION_DMAR_VTD_H 3 4 #include "json.h" 5 #include "../edk/Cper.h" 6 7 json_object* cper_section_dmar_vtd_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); 8 9 #endif