blob: 352282e6223cf74ab7eac1a15eec3ef7638e1c12 [file] [log] [blame]
Paul Greenwood31a54882019-08-01 17:05:09 -05001#pragma once
2
3/**
4* @file hei_chip_type.hpp
5* @brief Module Description
6*
7* This module contains common types and constants.
8*
9* End Module Description
10*/
11
12
13#include <stdint.h>
14
15namespace libhei
16{
17
18typedef uint32_t ChipType_t;
19
20static constexpr ChipType_t DEFAULT_CHIP_TYPE = 0;
21
22}//namespace libhei