]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Added some includes in EcuM. Ticket1126-EcuM-integration
authortojo <devnull@localhost>
Mon, 30 Jan 2012 20:59:43 +0000 (21:59 +0100)
committertojo <devnull@localhost>
Mon, 30 Jan 2012 20:59:43 +0000 (21:59 +0100)
include/EcuM_Cbk.h
include/SchM_EcuM.h [new file with mode: 0644]
system/EcuM/EcuM.c

index affbc4fc948e63d425f3b7765b5a6810a595f3c5..b3288ee7cd1e0500474a8064f9ac8d75147a0a2d 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef ECUM_CBK_H_\r
 #define ECUM_CBK_H_\r
 \r
+#include "EcuM.h"\r
+\r
 //void EcuM_CB_NfyNvMJobEnd(uint8 ServiceId, NvM_RequestResultType JobResult);\r
 \r
 void EcuM_SetWakeupEvent(EcuM_WakeupSourceType sources);\r
diff --git a/include/SchM_EcuM.h b/include/SchM_EcuM.h
new file mode 100644 (file)
index 0000000..67a7367
--- /dev/null
@@ -0,0 +1,29 @@
+/* -------------------------------- Arctic Core ------------------------------\r
+ * Arctic Core - the open source AUTOSAR platform http://arccore.com\r
+ *\r
+ * Copyright (C) 2009  ArcCore AB <contact@arccore.com>\r
+ *\r
+ * This source code is free software; you can redistribute it and/or modify it\r
+ * under the terms of the GNU General Public License version 2 as published by the\r
+ * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.\r
+ *\r
+ * This program is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
+ * for more details.\r
+ * -------------------------------- Arctic Core ------------------------------*/\r
+\r
+\r
+\r
+/** @addtogroup SchM\r
+ *  @{ */\r
+\r
+/** @file SchM_EcuM.h\r
+ */\r
+\r
+\r
+#ifndef SCHM_ECUM_H_\r
+#define SCHM_ECUM_H_\r
+\r
+\r
+#endif /* SCHM_ECUM_H_ */\r
index d1f7856b54a3a8426ebaa4d7e1f8671d8d3052d3..db51cb59d3ffb02c46d9ec75a66200d98bce9d9d 100644 (file)
@@ -21,6 +21,8 @@
 #include <Os.h>\r
 #include "EcuM_Internals.h"\r
 #include "EcuM_Cbk.h"\r
+#include "SchM_EcuM.h"\r
+#include "MemMap.h"\r
 #include "Mcu.h"\r
 #if defined(USE_DET)\r
 #include "Det.h"\r