/*
 * 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 HdfConfigTestFoo {
};

struct HdfConfigTestRoot {
    const char* module;
    struct HdfConfigTestFoo foo;
};

const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void);

#endif // HCS_CONFIG_GOLDEN_HEADER_H