/*
 * 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 HdfConfigTestBar {
    uint8_t term2;
};

struct HdfConfigTestRoot {
    struct HdfConfigTestBar bar;
    const char* module;
};

const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void);

#endif // HCS_CONFIG_GOLDEN_HEADER_H