1/* 2 * This is an automatically generated HDF config file. Do not modify it manually. 3 */ 4 5#ifndef HCS_CONFIG_GOLDEN_HEADER_H 6#define HCS_CONFIG_GOLDEN_HEADER_H 7 8#include <stdint.h> 9 10struct HdfConfigTestAttr { 11 uint8_t term4; 12}; 13 14struct HdfConfigTestFooBase { 15 const uint8_t* term3; 16 uint32_t term3Size; 17 const struct HdfConfigTestAttr* attr; 18 uint16_t attrSize; 19}; 20 21struct HdfConfigTestRoot { 22 const char* module; 23 const struct HdfConfigTestFooBase* fooBase; 24 uint16_t fooBaseSize; 25}; 26 27const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void); 28 29#endif // HCS_CONFIG_GOLDEN_HEADER_H 30