xref: /openbmc/libcper/cper-parse-str.h (revision 5220c9bd)
1 #ifndef CPER_PARSE_STR_H
2 #define CPER_PARSE_STR_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 char *cperbuf_to_str_ir(const unsigned char *cper, size_t size);
9 char *cperbuf_single_section_to_str_ir(const unsigned char *cper_section,
10 				       size_t size);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
17