[Cbe-oss-dev] [PATCH 05/17]MARS/core: Remove mpu side core.h

Yuji Mano yuji.mano at am.sony.com
Wed Dec 3 13:58:52 EST 2008


This removes the obsolete mpu-side core.h header

Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>

---
 core/include/mpu/mars/core.h |   62 -------------------------------------------
 core/include/mpu/mars/mars.h |    1 
 core/src/mpu/lib/Makefile.am |    1 
 3 files changed, 64 deletions(-)

--- a/core/include/mpu/mars/core.h
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * Copyright 2008 Sony Corporation of America
- *
- *
- * Permission is hereby granted, free of charge, to any person obtaining
- * a copy of this Library and associated documentation files (the
- * "Library"), to deal in the Library without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Library, and to
- * permit persons to whom the Library is furnished to do so, subject to
- * the following conditions:
- *
- *  The above copyright notice and this permission notice shall be
- *  included in all copies or substantial portions of the Library.
- *
- *  If you modify the Library, you may copy and distribute your modified
- *  version of the Library in object code or as an executable provided
- *  that you also do one of the following:
- *
- *   Accompany the modified version of the Library with the complete
- *   corresponding machine-readable source code for the modified version
- *   of the Library; or,
- *
- *   Accompany the modified version of the Library with a written offer
- *   for a complete machine-readable copy of the corresponding source
- *   code of the modified version of the Library.
- *
- *
- * THE LIBRARY IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * LIBRARY OR THE USE OR OTHER DEALINGS IN THE LIBRARY.
- */
-
-#ifndef MARS_CORE_H
-#define MARS_CORE_H
-
-/**
- * \file
- * \ingroup group_mars_core
- * \brief <b>[MPU]</b> MARS Core API
- */
-
-#include <stdint.h>
-
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
-/**
- * \ingroup group_mars_core
- */
-uint32_t mars_get_ticks(void);
-
-#if defined(__cplusplus)
-}
-#endif
-
-#endif
--- a/core/include/mpu/mars/mars.h
+++ b/core/include/mpu/mars/mars.h
@@ -45,7 +45,6 @@
  */
 
 #include <mars/features.h>
-#include <mars/core.h>
 #include <mars/error.h>
 #include <mars/mutex.h>
 #include <mars/task.h>
--- a/core/src/mpu/lib/Makefile.am
+++ b/core/src/mpu/lib/Makefile.am
@@ -58,7 +58,6 @@ pkginclude_HEADERS = \
 	$(srcdir)/../../../include/common/mars/error.h \
 	$(srcdir)/../../../include/common/mars/mutex_types.h \
 	$(srcdir)/../../../include/common/mars/workload_types.h \
-	$(srcdir)/../../../include/mpu/mars/core.h \
 	$(srcdir)/../../../include/mpu/mars/dma.h \
 	$(srcdir)/../../../include/mpu/mars/mars.h \
 	$(srcdir)/../../../include/mpu/mars/module.h \






More information about the cbe-oss-dev mailing list