blob: ad196bd1d587e6977ee7903615c65c4d7ecbd06f [file] [log] [blame]
#ifndef CPER_GENERATE_H
#define CPER_GENERATE_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include "BaseTypes.h"
void generate_cper_record(char **types, UINT16 num_sections, FILE *out);
void generate_single_section_record(char *type, FILE *out);
#ifdef __cplusplus
}
#endif
#endif