| Lawrence Tang | d34f2b1 | 2022-07-19 15:36:31 +0100 | [diff] [blame] | 1 | #ifndef CPER_GENERATE_H |
| 2 | #define CPER_GENERATE_H | ||||
| 3 | |||||
| 4 | #include <stdio.h> | ||||
| 5 | #include "../edk/BaseTypes.h" | ||||
| 6 | |||||
| 7 | void generate_cper_record(char** types, UINT16 num_sections, FILE* cper_file); | ||||
| 8 | |||||
| 9 | #endif | ||||