2025-04-26 16:03:23 +08:00

50 lines
2.2 KiB
C

/* 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 : SchM_CanNm.h
********************************************************************************
* Project/Product : Common
* Title : SchM_CanNm.h
* Author : ning.chen
********************************************************************************
* Description : AUTOSAR Standard types file
*
********************************************************************************
* Limitations : None
*
********************************************************************************
*
********************************************************************************
* Revision History:
*
* Version Date Initials CR# Descriptions
* --------- ---------- ------------ ---------- ---------------
* 01.00.00 13/06/2013 ning.chen N/A Original
* 01.00.01 17/07/2013 ning.chen N/A DPN_COMMON_130717_01
* 01.00.02 15/08/2013 ning.chen N/A D10_COMMON01_130815_01
* 01.00.03 08/01/2014 ning.chen N/A D10_COMMON01_140108_01
********************************************************************************
* END_FILE_HDR*/
#ifndef _SCHM_CANNM_H_
#define _SCHM_CANNM_H_
/*******************************************************************************
* Macro
*******************************************************************************/
#define SchM_Enter_CanNm_CANNM_EXCLUSIVE_AREA_0()
#define SchM_Exit_CanNm_CANNM_EXCLUSIVE_AREA_0()
#define SchM_Enter_CanNm_CANNM_EXCLUSIVE_AREA_1()
#define SchM_Exit_CanNm_CANNM_EXCLUSIVE_AREA_1()
#define SchM_Enter_CanNm_CANNM_EXCLUSIVE_AREA_2()
#define SchM_Exit_CanNm_CANNM_EXCLUSIVE_AREA_2()
#define SchM_Enter_CanNm_CANNM_EXCLUSIVE_AREA_3()
#define SchM_Exit_CanNm_CANNM_EXCLUSIVE_AREA_3()
#endif /* _SCHM_CANNM_H_ */