b82fd167a51859d7af24eecaa4111e07c1e4c91b
[it/test.git] / simulators / e2sim / src / ASN1 / asn / type_defs.h
1 #pragma once
2 /*******************************************************************************
3  * @file                  $HeadURL: $
4  * @version               $LastChangedRevision: $
5  * @date                  $LastChangedDate: $
6  * @author                ngf684
7  *
8  * @brief                 /iphy_debug/src/common/type_defs.h:
9  *
10  * Revision History:
11  *  01.06.2012  ngf684          created
12  *
13  * Copyright Nokia 2015. All rights reserved.
14  *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND
16  *
17  *******************************************************************************/
18
19 // Standard Includes: ANSI C/C++, MSA, and Third-Party Libraries
20 #include <cstdint>
21
22 // Platform Includes: Platform specific classes, functions, and libraries
23
24 // Local Includes: Application specific classes, functions, and libraries
25
26 typedef uint8_t         u8;
27 typedef uint16_t        u16;
28 typedef uint32_t        u32;
29 typedef uint64_t        u64;
30
31 typedef int8_t          i8;
32 typedef int16_t         i16;
33 typedef int32_t         i32;
34 typedef int64_t         i64;