From e0886bc227b8c693b6d36ca4ef86e03059d6c2fb Mon Sep 17 00:00:00 2001 From: tojo Date: Mon, 30 Jan 2012 21:59:43 +0100 Subject: [PATCH] Added some includes in EcuM. --- include/EcuM_Cbk.h | 2 ++ include/SchM_EcuM.h | 29 +++++++++++++++++++++++++++++ system/EcuM/EcuM.c | 2 ++ 3 files changed, 33 insertions(+) create mode 100644 include/SchM_EcuM.h diff --git a/include/EcuM_Cbk.h b/include/EcuM_Cbk.h index affbc4fc..b3288ee7 100644 --- a/include/EcuM_Cbk.h +++ b/include/EcuM_Cbk.h @@ -23,6 +23,8 @@ #ifndef ECUM_CBK_H_ #define ECUM_CBK_H_ +#include "EcuM.h" + //void EcuM_CB_NfyNvMJobEnd(uint8 ServiceId, NvM_RequestResultType JobResult); void EcuM_SetWakeupEvent(EcuM_WakeupSourceType sources); diff --git a/include/SchM_EcuM.h b/include/SchM_EcuM.h new file mode 100644 index 00000000..67a73676 --- /dev/null +++ b/include/SchM_EcuM.h @@ -0,0 +1,29 @@ +/* -------------------------------- Arctic Core ------------------------------ + * Arctic Core - the open source AUTOSAR platform http://arccore.com + * + * Copyright (C) 2009 ArcCore AB + * + * This source code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation; See . + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * -------------------------------- Arctic Core ------------------------------*/ + + + +/** @addtogroup SchM + * @{ */ + +/** @file SchM_EcuM.h + */ + + +#ifndef SCHM_ECUM_H_ +#define SCHM_ECUM_H_ + + +#endif /* SCHM_ECUM_H_ */ diff --git a/system/EcuM/EcuM.c b/system/EcuM/EcuM.c index d1f7856b..db51cb59 100644 --- a/system/EcuM/EcuM.c +++ b/system/EcuM/EcuM.c @@ -21,6 +21,8 @@ #include #include "EcuM_Internals.h" #include "EcuM_Cbk.h" +#include "SchM_EcuM.h" +#include "MemMap.h" #include "Mcu.h" #if defined(USE_DET) #include "Det.h" -- 2.39.2