summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp25/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp25/system.h')
-rw-r--r--testsuites/sptests/sp25/system.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/sptests/sp25/system.h b/testsuites/sptests/sp25/system.h
index a608278b47..49d906b094 100644
--- a/testsuites/sptests/sp25/system.h
+++ b/testsuites/sptests/sp25/system.h
@@ -43,13 +43,13 @@ TEST_EXTERN rtems_id Task_id[ 6 ]; /* array of task ids */
TEST_EXTERN rtems_name Task_name[ 6 ]; /* array of task names */
TEST_EXTERN rtems_id Region_id[ 2 ]; /* array of region ids */
TEST_EXTERN rtems_name Region_name[ 2 ]; /* array of region names */
-
+
TEST_EXTERN uint8_t Area_1[64000] CPU_STRUCTURE_ALIGNMENT;
-
+
#define BASE_PRIORITY 140
-
+
#define Put_address_from_area_1( _to_be_printed ) \
printf( "0x%08lx", \
(unsigned long) ((uint8_t *)(_to_be_printed) - Area_1 ) )
-
+
/* end of include file */