• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * This is an automatically generated HDF config file. Do not modify it manually.
3 */
4
5#include "golden.h"
6
7static const struct HdfConfigTestRoot g_hdfConfigTestModuleRoot = {
8    .module = "test",
9    .foo = {
10    },
11    .bar = {
12        .term2 = 0x2,
13    },
14};
15
16const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void)
17{
18    return &g_hdfConfigTestModuleRoot;
19}
20