/*
* This is an automatically generated HDF config file. Do not modify it manually.
*/
#ifndef HCS_CONFIG_GOLDEN_HEADER_H
#define HCS_CONFIG_GOLDEN_HEADER_H
#include <stdint.h>
struct HdfConfigTestAttr {
uint8_t term4;
};
struct HdfConfigTestFooBase {
const uint8_t* term3;
uint32_t term3Size;
const struct HdfConfigTestAttr* attr;
uint16_t attrSize;
};
struct HdfConfigTestRoot {
const char* module;
const struct HdfConfigTestFooBase* fooBase;
uint16_t fooBaseSize;
};
const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void);
#endif // HCS_CONFIG_GOLDEN_HEADER_H