blob: 56868f7cd5d5c4e986aab2fb38dee00c839195d0 [file] [log] [blame]
Lawrence Tang1b0b00e2022-07-05 10:33:10 +01001#ifndef CPER_SECTION_GENERIC_H
2#define CPER_SECTION_GENERIC_H
3
4json_object* cper_section_generic_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor);
5
6#endif