blob: 973c3af612ba80993ed50d11586b032228caa037 [file] [log] [blame]
#ifndef CPER_SECTION_NVIDIA_H
#define CPER_SECTION_NVIDIA_H
#include <json.h>
#include "../edk/Cper.h"
json_object *cper_section_nvidia_to_ir(void *section);
void ir_section_nvidia_to_cper(json_object *section, FILE *out);
#endif