]> rtime.felk.cvut.cz Git - arc.git/blobdiff - arch/ppc/mpc55xx/drivers/Wdg.h
Remove Wdg.h from arch specific parts
[arc.git] / arch / ppc / mpc55xx / drivers / Wdg.h
diff --git a/arch/ppc/mpc55xx/drivers/Wdg.h b/arch/ppc/mpc55xx/drivers/Wdg.h
deleted file mode 100644 (file)
index 4d148ad..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -------------------------------- 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
-#ifndef WDG_H_\r
-#define WDG_H_\r
-\r
-#include "Wdg_Cfg.h"\r
-\r
-void Wdg_Init (const Wdg_ConfigType* ConfigPtr);\r
-void Wdg_Trigger (void);\r
-Std_ReturnType Wdg_SetMode (WdgIf_ModeType Mode);\r
-\r
-#if (WDG_VERSION_INFO_API == STD_ON)\r
-void Wdg_GetVersionInfo( Std_VersionInfoType *versionInfo );\r
-#define Wdg_GetVersionInfo(_vi) STD_GET_VERSION_INFO(_vi,WDG)\r
-#endif\r
-\r
-#endif /* WDG_H_ */\r