summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/size.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spsize/size.c')
-rw-r--r--testsuites/sptests/spsize/size.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index fc02005664..ce0026b514 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -1,9 +1,8 @@
-/* main
- *
+/*
* This program is run to determine the data space and work space
* requirements of the current version of RTEMS.
*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -52,6 +51,10 @@
/* external function prototypes */
int getint( void );
+void size_rtems(int mode);
+void help_size(void);
+void print_formula(void);
+
/* These are always defined by the executive.
*
@@ -134,9 +137,6 @@ extern CORE_semaphore_Control _MPCI_Semaphore;
uint32_t sys_req;
-void help_size();
-void print_formula();
-
void size_rtems(
int mode
)