aboutsummaryrefslogtreecommitdiff
path: root/src/numeric_types.h
blob: b581228399ec0cf2529d5ff0ad54c834d08deadb (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: BSD-3-Clause

#ifndef INVERTER_TOOLS_NUMERIC_TYPES_H
#define INVERTER_TOOLS_NUMERIC_TYPES_H

typedef uint8_t  u8;
typedef uint16_t u16;
typedef uint64_t u64;

#endif //INVERTER_TOOLS_NUMERIC_TYPES_H