• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * This is an automatically generated HDF config file. Do not modify it manually.
3 */
4
5#ifndef HCS_CONFIG_GOLDEN_HEADER_H
6#define HCS_CONFIG_GOLDEN_HEADER_H
7
8#include <stdint.h>
9
10struct HdfConfigTestFoo {
11};
12
13struct HdfConfigTestBar {
14    uint8_t term2;
15};
16
17struct HdfConfigTestRoot {
18    const char* module;
19    struct HdfConfigTestFoo foo;
20    struct HdfConfigTestBar bar;
21};
22
23const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void);
24
25#endif // HCS_CONFIG_GOLDEN_HEADER_H
26