• 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    .term1 = 0x1,
10    .term2 = 0x2,
11    .term3 = 0x3,
12    .term_uint16 = 0xffff,
13    .term_uint32 = 0xffffffff,
14    .term_uint64 = 0xffffffffff,
15};
16
17const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void)
18{
19    return &g_hdfConfigTestModuleRoot;
20}
21