1 /*
2  * Copyright 2021-2024 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 /**
7 *   @file           ComStack_Types.h
8 *   @implements     ComStack_Types.h_Artifact
9 *   @version 2.0.0
10 *
11 *   @brief   AUTOSAR BaseNXP - Communication stack types header file.
12 *   @details AUTOSAR communication stack type header file.
13 *            This file contains sample code only. It is not part of the production code deliverables
14 *   @addtogroup BASENXP_COMPONENT
15 *   @{
16 */
17 
18 #ifndef COMSTACKTYPES_H
19 #define COMSTACKTYPES_H
20 
21 #ifdef __cplusplus
22 extern "C"{
23 #endif
24 
25 
26 /*==================================================================================================
27 *                                         INCLUDE FILES
28 ==================================================================================================*/
29 #include "ComStack_Types.h"
30 
31 /*==================================================================================================
32 *                              SOURCE FILE VERSION INFORMATION
33 ==================================================================================================*/
34 
35 /*==================================================================================================
36 *                                      FILE VERSION CHECKS
37 ==================================================================================================*/
38 
39 /*==================================================================================================
40 *                                           CONSTANTS
41 ==================================================================================================*/
42 
43 /*==================================================================================================
44 *                                       DEFINES AND MACROS
45 ==================================================================================================*/
46 
47 /*==================================================================================================
48 *                                            ENUMS
49 ==================================================================================================*/
50 
51 /*==================================================================================================
52 *                                 GLOBAL VARIABLE DECLARATIONS
53 ==================================================================================================*/
54 
55 /*==================================================================================================
56 *                                     FUNCTION PROTOTYPES
57 ==================================================================================================*/
58 
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 #endif /* COMSTACKTYPES_H */
65 
66 /** @} */
67