/*BEGIN_FILE_HDR **************************************************************************************************** * NOTICE * This software is the property of HiRain Technologies. Any information contained in this doc * should not be reproduced, or used, or disclosed without the written authorization from HiRain * Technologies. **************************************************************************************************** * File Name: Os_Internal.h **************************************************************************************************** * Project/Product: AUTOSAR OS PROJECT * Title: Os_Internal.h * Author: Hirain **************************************************************************************************** * Description: * * Internal include files, this file can not seen by user. **************************************************************************************************** * Limitations: * * None. **************************************************************************************************** * **************************************************************************************************** * Revision History: * Reference to Core Os_Kernel.c File. **************************************************************************************************** *END_FILE_HDR*/ #ifndef OS_INTERNAL_H #define OS_INTERNAL_H #include "Os_Pl_Lcfg.h" #include "Os_Var.h" #include "Os_InternalCode.h" #include "Os_Version.h" #include "Os_Pl_InternalCode.h" #include "Os_Pl_Inl.h" #include "Os_Pl_Version.h" #include "Os_Lcfg.h" #include "Os_GenCode.h" #endif /* OS_INTERNAL_H */