xref: /openbmc/libcper/include/libcper/sections/cper-section-nvidia.h (revision c97c041e571841f0ce67292208e083f6d858cf5c)
1  #ifndef CPER_SECTION_NVIDIA_H
2  #define CPER_SECTION_NVIDIA_H
3  
4  #ifdef __cplusplus
5  extern "C" {
6  #endif
7  
8  #include <stdio.h>
9  #include <json.h>
10  #include <libcper/Cper.h>
11  
12  json_object *cper_section_nvidia_to_ir(void *section);
13  void ir_section_nvidia_to_cper(json_object *section, FILE *out);
14  
15  #ifdef __cplusplus
16  }
17  #endif
18  
19  #endif
20