Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
9c7ba1d2c3c68c879563dc3a5b7aa55b5036c394
/
.
/
tests
/
test-utils.hpp
blob: 2dedf8bea68b869f1d8bfdbf5d7a69a2c837c74f [
file
] [
log
] [
blame
]
#ifndef
CPER_IR_TEST_UTILS_H
#define
CPER_IR_TEST_UTILS_H
extern
"C"
{
#include
"../edk/BaseTypes.h"
}
FILE
*
generate_record_memstream
(
const
char
**
types
,
UINT16 num_types
,
char
**
buf
,
size_t
*
buf_size
,
int
single_section
);
#endif