[rtems-libbsd commit] Mark header files as empty

Sebastian Huber sebh at rtems.org
Fri Mar 6 14:07:20 UTC 2015


Module:    rtems-libbsd
Branch:    master
Commit:    dd9e4ef5ebf2820f560e1bc774ab41e3823dd847
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=dd9e4ef5ebf2820f560e1bc774ab41e3823dd847

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Feb 13 12:47:21 2015 +0100

Mark header files as empty

---

 rtemsbsd/include/machine/clock.h  | 36 +-----------------------------------
 rtemsbsd/include/machine/stdarg.h | 31 +------------------------------
 2 files changed, 2 insertions(+), 65 deletions(-)

diff --git a/rtemsbsd/include/machine/clock.h b/rtemsbsd/include/machine/clock.h
index be73d49..936ffd8 100644
--- a/rtemsbsd/include/machine/clock.h
+++ b/rtemsbsd/include/machine/clock.h
@@ -1,35 +1 @@
-/**
- * @file
- *
- * @ingroup rtems_bsd_machine
- *
- * @brief TODO.
- */
-
-/*
- * Copyright (c) 2009, 2010 embedded brains GmbH.  All rights reserved.
- *
- *  embedded brains GmbH
- *  Obere Lagerstr. 30
- *  82178 Puchheim
- *  Germany
- *  <rtems at embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
-
-#ifndef _RTEMS_BSD_MACHINE_CLOCK_H_
-#define _RTEMS_BSD_MACHINE_CLOCK_H_
-
-#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_KERNEL_SPACE_H_
-#error "the header file <machine/rtems-bsd-kernel-space.h> must be included first"
-#endif
-
-#ifdef _KERNEL
-
-
-#endif /* _KERNEL */
-
-#endif
+/* EMPTY */
diff --git a/rtemsbsd/include/machine/stdarg.h b/rtemsbsd/include/machine/stdarg.h
index ad7f2ef..936ffd8 100644
--- a/rtemsbsd/include/machine/stdarg.h
+++ b/rtemsbsd/include/machine/stdarg.h
@@ -1,30 +1 @@
-/**
- * @file
- *
- * @ingroup rtems_bsd_machine
- *
- * @brief TODO.
- */
-
-/*
- * Copyright (c) 2009, 2010 embedded brains GmbH.  All rights reserved.
- *
- *  embedded brains GmbH
- *  Obere Lagerstr. 30
- *  82178 Puchheim
- *  Germany
- *  <rtems at embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
-
-#ifndef _RTEMS_BSD_MACHINE_STDARG_H_
-#define _RTEMS_BSD_MACHINE_STDARG_H_
-
-#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_KERNEL_SPACE_H_
-#error "the header file <machine/rtems-bsd-kernel-space.h> must be included first"
-#endif
-
-#endif /* _RTEMS_BSD_MACHINE_STDARG_H_ */
+/* EMPTY */




More information about the vc mailing list