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 HdfConfigTestBar { 11 uint8_t term2; 12}; 13 14struct HdfConfigTestRoot { 15 struct HdfConfigTestBar bar; 16 const char* module; 17}; 18 19const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void); 20 21#endif // HCS_CONFIG_GOLDEN_HEADER_H 22