• 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    .bar = {
9        .term2 = 0x1,
10    },
11    .module = "test",
12};
13
14const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void)
15{
16    return &g_hdfConfigTestModuleRoot;
17}
18