summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 15:27:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 15:27:01 +0000
commit76a670bd406a45a5c74253a3641d03f52e5da730 (patch)
treed8eff07ccf9066cdeccd74ed46e12865051a6f51 /cpukit/score/include
parent2009-08-05 Santosh G Vattam <vattam.santosh@gmail.com> (diff)
downloadrtems-76a670bd406a45a5c74253a3641d03f52e5da730.tar.bz2
2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/region.h: Use new name. * score/include/rtems/debug.h: Fix spacing.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index 160491d359..c760b039ee 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -7,7 +7,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2006.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -52,14 +52,14 @@ void _Debug_Manager_initialization( void );
/**
* This routine enables the specified types of debug checks.
*/
-void rtems_debug_enable (
+void rtems_debug_enable(
rtems_debug_control to_be_enabled
);
/**
* This routine disables the specified types of debug checks.
*/
-void rtems_debug_disable (
+void rtems_debug_disable(
rtems_debug_control to_be_disabled
);