• 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 HdfConfigTestRoot {
11    const char* module;
12    uint8_t term1;
13    uint8_t term2;
14    uint8_t term3;
15    uint16_t term_uint16;
16    uint32_t term_uint32;
17    uint64_t term_uint64;
18};
19
20const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void);
21
22#endif // HCS_CONFIG_GOLDEN_HEADER_H
23