summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bspgetworkarea.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bspgetworkarea.c')
-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>