xref: /openbmc/libcper/tests/test-utils.hpp (revision 5202bbb4)
1 #ifndef CPER_IR_TEST_UTILS_H
2 #define CPER_IR_TEST_UTILS_H
3 
4 extern "C" {
5 #include "../edk/BaseTypes.h"
6 }
7 
8 FILE* generate_record_memstream(const char** types, UINT16 num_types, char** buf, size_t* buf_size, int single_section);
9 
10 #endif