blob: 48be0d214579183ff92af0ad7aa1db04a8e0e5e2 [file] [log] [blame]
#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