blob: 973c3af612ba80993ed50d11586b032228caa037 [file] [log] [blame]
Karthik Rajagopalan683e0552024-03-07 12:30:43 -08001#ifndef CPER_SECTION_NVIDIA_H
2#define CPER_SECTION_NVIDIA_H
3
4#include <json.h>
5#include "../edk/Cper.h"
6
7json_object *cper_section_nvidia_to_ir(void *section);
8void ir_section_nvidia_to_cper(json_object *section, FILE *out);
9
10#endif