summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-17 17:44:06 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-17 17:44:06 -0500
commitd731bc6fe7d590a975036f1c75916d71da8b8a9b (patch)
tree40a9e20f219c736c1f44f2f258ffa59c06965d3c /c/src/lib/libbsp/shared
parentmcf5235/start/start.S: Fix spacing from bad tab expansion (diff)
downloadrtems-d731bc6fe7d590a975036f1c75916d71da8b8a9b.tar.bz2
bspgetworkarea.c: File header now uses Doxygen
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/bspgetworkarea.c24
1 files changed, 14 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/shared/bspgetworkarea.c b/c/src/lib/libbsp/shared/bspgetworkarea.c
index fc01fee8c0..302fc0f335 100644
--- a/c/src/lib/libbsp/shared/bspgetworkarea.c
+++ b/c/src/lib/libbsp/shared/bspgetworkarea.c
@@ -1,16 +1,20 @@
-/*
- * This routine is an implementation of the bsp_work_area_initialize()
- * that can be used by all BSPs following linkcmds conventions
- * regarding heap, stack, and workspace allocation.
+/**
+ * @file
*
- * COPYRIGHT (c) 1989-2008.
- * On-Line Applications Research Corporation (OAR).
+ * This routine is an implementation of the bsp_work_area_initialize()
+ * that can be used by all BSPs following linkcmds conventions
+ * regarding heap, stack, and workspace allocation.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2008.
+ * On-Line Applications Research Corporation (OAR).
*
- * Copyright (c) 2011-2012 embedded brains GmbH.
+ * Copyright (c) 2011-2012 embedded brains GmbH.
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
*/
#include <bsp.h>