summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:05:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:05:35 +0000
commit50f32b11653429546d7b8ff2693b5232b885e201 (patch)
treea8821a7e3025ef47082cc21ccbb56551382cdc3f /cpukit/rtems/include
parentRemove stray white spaces. (diff)
downloadrtems-50f32b11653429546d7b8ff2693b5232b885e201.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/rtems/include')
-rw-r--r--cpukit/rtems/include/rtems.h22
-rw-r--r--cpukit/rtems/include/rtems/rtems/cache.h4
-rw-r--r--cpukit/rtems/include/rtems/rtems/event.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/intr.h12
-rw-r--r--cpukit/rtems/include/rtems/rtems/message.h14
-rw-r--r--cpukit/rtems/include/rtems/rtems/modes.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h4
-rw-r--r--cpukit/rtems/include/rtems/rtems/rtemsapi.h6
-rw-r--r--cpukit/rtems/include/rtems/rtems/sem.h10
-rw-r--r--cpukit/rtems/include/rtems/rtems/signal.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/support.h14
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h24
-rw-r--r--cpukit/rtems/include/rtems/rtems/timer.h18
-rw-r--r--cpukit/rtems/include/rtems/rtems/types.h4
14 files changed, 69 insertions, 69 deletions
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index bbe0035774..0b70566ec3 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -26,8 +26,8 @@ extern "C" {
* Unless told otherwise, the RTEMS include files will hide some stuff
* from normal application code. Defining this crosses a boundary which
* is undesirable since it means your application is using RTEMS features
- * which are not included in the formally defined and supported API.
- * Define this at your own risk.
+ * which are not included in the formally defined and supported API.
+ * Define this at your own risk.
*/
#if (!defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__)) && (!defined(__RTEMS_INSIDE__))
@@ -70,22 +70,22 @@ extern "C" {
/*
* The following define the constants which may be used in name searches.
*/
-
+
#define RTEMS_SEARCH_ALL_NODES OBJECTS_SEARCH_ALL_NODES
#define RTEMS_SEARCH_OTHER_NODES OBJECTS_SEARCH_OTHER_NODES
#define RTEMS_SEARCH_LOCAL_NODE OBJECTS_SEARCH_LOCAL_NODE
#define RTEMS_WHO_AM_I OBJECTS_WHO_AM_I
-
+
/*
* Parameters and return id's for _Objects_Get_next
*/
-
+
#define RTEMS_OBJECT_ID_INITIAL_INDEX OBJECTS_ID_INITIAL_INDEX
#define RTEMS_OBJECT_ID_FINAL_INDEX OBJECTS_ID_FINAL_INDEX
#define RTEMS_OBJECT_ID_INITIAL(api, class, node) OBJECTS_ID_INITIAL(api, class, node)
-
+
#define RTEMS_OBJECT_ID_FINAL OBJECTS_ID_FINAL
-
+
/*
* The following constant defines the minimum stack size which every
* thread must exceed.
@@ -102,9 +102,9 @@ extern "C" {
/*
* An MPCI must support packets of at least this size.
*/
-
+
#define RTEMS_MINIMUM_PACKET_SIZE MP_PACKET_MINIMUM_PACKET_SIZE
-
+
/*
* The following constant defines the number of uint32_t 's
* in a packet which must be converted to native format in a
@@ -112,13 +112,13 @@ extern "C" {
* MP_PACKET_MINIMUN_HETERO_CONVERSION uint32_t 's, some of the "extra" data
* may a user message buffer which is not automatically endian swapped.
*/
-
+
#define RTEMS_MINIMUN_HETERO_CONVERSION MP_PACKET_MINIMUN_HETERO_CONVERSION
/*
* rtems_object_id_to_name
*
- * This directive returns the name associated with the specified
+ * This directive returns the name associated with the specified
* object ID.
*
* Input parameters:
diff --git a/cpukit/rtems/include/rtems/rtems/cache.h b/cpukit/rtems/include/rtems/rtems/cache.h
index 42947e487b..d6ba1de217 100644
--- a/cpukit/rtems/include/rtems/rtems/cache.h
+++ b/cpukit/rtems/include/rtems/rtems/cache.h
@@ -14,11 +14,11 @@
* are divided into data cache and instruction cache functions. Data cache
* functions are only meaningful if a data cache is supported. Instruction
* cache functions are only meaningful if an instruction cache is supported.
- *
+ *
* The functions below are implemented with CPU dependent support routines
* implemented as part of libcpu. In the event that a CPU does not support a
* specific function, the CPU dependent routine does nothing (but does exist).
- *
+ *
* At this point, the Cache Manager makes no considerations, and provides no
* support for BSP specific issues such as a secondary cache. In such a system,
* the CPU dependent routines would have to be modified, or a BSP layer added
diff --git a/cpukit/rtems/include/rtems/rtems/event.h b/cpukit/rtems/include/rtems/rtems/event.h
index fa79b84aef..869d20d374 100644
--- a/cpukit/rtems/include/rtems/rtems/event.h
+++ b/cpukit/rtems/include/rtems/rtems/event.h
@@ -60,7 +60,7 @@ typedef enum {
*
* This routine performs the initialization necessary for this manager.
*/
-
+
void _Event_Manager_initialization( void );
/*
diff --git a/cpukit/rtems/include/rtems/rtems/intr.h b/cpukit/rtems/include/rtems/rtems/intr.h
index d2dc654660..10ed1d0657 100644
--- a/cpukit/rtems/include/rtems/rtems/intr.h
+++ b/cpukit/rtems/include/rtems/rtems/intr.h
@@ -32,19 +32,19 @@ typedef ISR_Level rtems_interrupt_level;
* The following type defines the control block used to manage
* the vectors.
*/
-
+
typedef ISR_Vector_number rtems_vector_number;
/*
* Return type for ISR Handler
*/
-
+
typedef void rtems_isr;
/*
* Pointer to an ISR Handler
*/
-
+
typedef rtems_isr ( *rtems_isr_entry )(
rtems_vector_number
);
@@ -88,7 +88,7 @@ rtems_status_code rtems_interrupt_catch(
#define rtems_interrupt_disable( _isr_cookie ) \
_ISR_Disable(_isr_cookie)
-
+
/*
* rtems_interrupt_enable
*
@@ -100,7 +100,7 @@ rtems_status_code rtems_interrupt_catch(
#define rtems_interrupt_enable( _isr_cookie ) \
_ISR_Enable(_isr_cookie)
-
+
/*
* rtems_interrupt_flash
*
@@ -123,7 +123,7 @@ rtems_status_code rtems_interrupt_catch(
* that the caller is an interrupt service routine, NOT a thread. The
* directives available to an interrupt service routine are restricted.
*/
-
+
#define rtems_interrupt_is_in_progress() \
_ISR_Is_in_progress()
diff --git a/cpukit/rtems/include/rtems/rtems/message.h b/cpukit/rtems/include/rtems/rtems/message.h
index b32c53f417..97da3f118e 100644
--- a/cpukit/rtems/include/rtems/rtems/message.h
+++ b/cpukit/rtems/include/rtems/rtems/message.h
@@ -45,7 +45,7 @@ extern "C" {
* may be submitted to a message queue. The message may be posted
* in a send or urgent fashion.
*/
-
+
typedef enum {
MESSAGE_QUEUE_SEND_REQUEST = 0,
MESSAGE_QUEUE_URGENT_REQUEST = 1
@@ -182,7 +182,7 @@ rtems_status_code rtems_message_queue_urgent(
*
* This routine implements the rtems_message_queue_broadcast directive.
* This directive sends the message buffer to all of the tasks blocked
- * waiting for a message on the message queue indicated by ID.
+ * waiting for a message on the message queue indicated by ID.
* If no tasks are waiting, then the message buffer will not be queued.
*/
@@ -237,8 +237,8 @@ rtems_status_code rtems_message_queue_flush(
* DESCRIPTION:
*
* This routine implements the rtems_message_queue_get_number_pending
- * directive. This directive returns the number of pending
- * messages for the message queue indicated by ID
+ * directive. This directive returns the number of pending
+ * messages for the message queue indicated by ID
* chain. The number of messages pending is returned in COUNT.
*/
@@ -260,7 +260,7 @@ rtems_status_code rtems_message_queue_get_number_pending(
* at the rear of the queue or it will be processed as an urgent message
* which will be inserted at the front of the queue.
*/
-
+
rtems_status_code _Message_queue_Submit(
Objects_Id id,
void *buffer,
@@ -290,7 +290,7 @@ Message_queue_Control *_Message_queue_Allocate (
* This function returns a RTEMS status code based on the core message queue
* status code specified.
*/
-
+
rtems_status_code _Message_queue_Translate_core_message_queue_return_code (
uint32_t the_message_queue_status
);
@@ -305,7 +305,7 @@ rtems_status_code _Message_queue_Translate_core_message_queue_return_code (
*
* Output parameters: NONE
*/
-
+
#if defined(RTEMS_MULTIPROCESSING)
void _Message_queue_Core_message_queue_mp_support (
Thread_Control *the_thread,
diff --git a/cpukit/rtems/include/rtems/rtems/modes.h b/cpukit/rtems/include/rtems/rtems/modes.h
index 085b1fe940..55b02e89fb 100644
--- a/cpukit/rtems/include/rtems/rtems/modes.h
+++ b/cpukit/rtems/include/rtems/rtems/modes.h
@@ -74,7 +74,7 @@ typedef uint32_t Modes_Control;
#define RTEMS_INTERRUPT_LEVEL( _mode_set ) \
( (_mode_set) & RTEMS_INTERRUPT_MASK )
-
+
#ifndef __RTEMS_APPLICATION__
#include <rtems/rtems/modes.inl>
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index 7e5944db7b..d80f10caf5 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemon.h
@@ -55,9 +55,9 @@ typedef enum {
#define RTEMS_PERIOD_STATUS WATCHDOG_NO_TIMEOUT
-/*
+/*
* The following defines the period status structure.
- */
+ */
typedef struct {
rtems_rate_monotonic_period_states state;
diff --git a/cpukit/rtems/include/rtems/rtems/rtemsapi.h b/cpukit/rtems/include/rtems/rtems/rtemsapi.h
index b830ec48ce..bc7adaf232 100644
--- a/cpukit/rtems/include/rtems/rtems/rtemsapi.h
+++ b/cpukit/rtems/include/rtems/rtems/rtemsapi.h
@@ -12,10 +12,10 @@
*
* $Id$
*/
-
+
#ifndef __RTEMS_API_h
#define __RTEMS_API_h
-
+
#include <rtems/config.h>
/*PAGE
@@ -26,7 +26,7 @@
* routine for each RTEMS manager with the appropriate parameters
* from the configuration_table.
*/
-
+
void _RTEMS_API_Initialize(
rtems_configuration_table *configuration_table
);
diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index e9a1343fc3..8ed92843de 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/rtems/include/rtems/rtems/sem.h
@@ -195,7 +195,7 @@ boolean _Semaphore_Seize(
* This function returns a RTEMS status code based on the mutex
* status code specified.
*/
-
+
rtems_status_code _Semaphore_Translate_core_mutex_return_code (
uint32_t the_mutex_status
);
@@ -208,11 +208,11 @@ rtems_status_code _Semaphore_Translate_core_mutex_return_code (
* This function returns a RTEMS status code based on the semaphore
* status code specified.
*/
-
+
rtems_status_code _Semaphore_Translate_core_semaphore_return_code (
uint32_t the_mutex_status
);
-
+
/*PAGE
*
* _Semaphore_Core_mutex_mp_support
@@ -237,11 +237,11 @@ void _Semaphore_Core_mutex_mp_support (
*
* DESCRIPTION:
*
- * This function processes the global actions necessary for remote
+ * This function processes the global actions necessary for remote
* accesses to a global semaphore based on a core semaphore. This function
* is called by the core.
*/
-
+
void _Semaphore_Core_semaphore_mp_support (
Thread_Control *the_thread,
rtems_id id
diff --git a/cpukit/rtems/include/rtems/rtems/signal.h b/cpukit/rtems/include/rtems/rtems/signal.h
index 697814f05f..985e0a24fd 100644
--- a/cpukit/rtems/include/rtems/rtems/signal.h
+++ b/cpukit/rtems/include/rtems/rtems/signal.h
@@ -39,7 +39,7 @@ extern "C" {
*
* This routine performs the initialization necessary for this manager.
*/
-
+
void _Signal_Manager_initialization( void );
/*
diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h
index 694d9ff690..591bbd736c 100644
--- a/cpukit/rtems/include/rtems/rtems/support.h
+++ b/cpukit/rtems/include/rtems/rtems/support.h
@@ -35,10 +35,10 @@ extern "C" {
* This must be implemented as a macro for use in Configuration Tables.
*
*/
-
+
#define rtems_build_name( _C1, _C2, _C3, _C4 ) \
( (uint32_t )(_C1) << 24 | (uint32_t )(_C2) << 16 | (uint32_t )(_C3) << 8 | (uint32_t )(_C4) )
-
+
/*
* rtems_get_class
*
@@ -47,10 +47,10 @@ extern "C" {
* This function returns the class portion of the ID.
*
*/
-
+
#define rtems_get_class( _id ) \
_Objects_Get_class( _id )
-
+
/*
* rtems_get_node
*
@@ -59,10 +59,10 @@ extern "C" {
* This function returns the node portion of the ID.
*
*/
-
+
#define rtems_get_node( _id ) \
_Objects_Get_node( _id )
-
+
/*
* rtems_get_index
*
@@ -71,7 +71,7 @@ extern "C" {
* This function returns the index portion of the ID.
*
*/
-
+
#define rtems_get_index( _id ) \
_Objects_Get_index( _id )
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index dde8794465..1445546c69 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -75,12 +75,12 @@ typedef Priority_Control rtems_task_priority;
* caller wants to obtain the current priority.
*/
-#define RTEMS_CURRENT_PRIORITY PRIORITY_MINIMUM
+#define RTEMS_CURRENT_PRIORITY PRIORITY_MINIMUM
/*
* Notepads constants (indices into notepad array)
*/
-
+
#define RTEMS_NOTEPAD_FIRST 0 /* lowest numbered notepad */
#define RTEMS_NOTEPAD_0 0 /* notepad location 0 */
#define RTEMS_NOTEPAD_1 1 /* notepad location 1 */
@@ -99,7 +99,7 @@ typedef Priority_Control rtems_task_priority;
#define RTEMS_NOTEPAD_14 14 /* notepad location 14 */
#define RTEMS_NOTEPAD_15 15 /* notepad location 15 */
#define RTEMS_NOTEPAD_LAST RTEMS_NOTEPAD_15 /* highest numbered notepad */
-
+
#define RTEMS_NUMBER_NOTEPADS (RTEMS_NOTEPAD_LAST+1)
/*
@@ -111,30 +111,30 @@ typedef Thread_Control rtems_tcb;
/*
* The following defines the "return type" of an RTEMS task.
*/
-
+
typedef void rtems_task;
/*
* The following defines the argument to an RTEMS task.
*/
-
+
typedef uint32_t rtems_task_argument;
/*
* The following defines the type for the entry point of an RTEMS task.
*/
-
+
typedef rtems_task ( *rtems_task_entry )(
rtems_task_argument
);
-
+
/*
* The following records define the Initialization Tasks Table.
* Each entry contains the information required by RTEMS to
* create and start a user task automatically at executive
* initialization time.
*/
-
+
typedef struct {
rtems_name name; /* task name */
uint32_t stack_size; /* task stack size */
@@ -150,7 +150,7 @@ typedef struct {
* the RTEMS API to function correctly.
*/
-
+
typedef struct {
uint32_t Notepads[ RTEMS_NUMBER_NOTEPADS ];
rtems_event_set pending_events;
@@ -169,7 +169,7 @@ RTEMS_EXTERN Objects_Information _RTEMS_tasks_Information;
* These are used to manage the user initialization tasks.
*/
-RTEMS_EXTERN rtems_initialization_tasks_table
+RTEMS_EXTERN rtems_initialization_tasks_table
*_RTEMS_tasks_User_initialization_tasks;
RTEMS_EXTERN uint32_t _RTEMS_tasks_Number_of_initialization_tasks;
@@ -180,7 +180,7 @@ RTEMS_EXTERN uint32_t _RTEMS_tasks_Number_of_initialization_tasks;
*
* This routine initializes all Task Manager related data structures.
*/
-
+
void _RTEMS_tasks_Manager_initialization(
uint32_t maximum_tasks,
uint32_t number_of_initialization_tasks,
@@ -449,7 +449,7 @@ rtems_status_code rtems_task_variable_delete(
*
* Output parameters: NONE
*/
-
+
void _RTEMS_tasks_Initialize_user_tasks( void );
#ifndef __RTEMS_APPLICATION__
diff --git a/cpukit/rtems/include/rtems/rtems/timer.h b/cpukit/rtems/include/rtems/rtems/timer.h
index 0c54ef2eb3..6e6fe7e4e1 100644
--- a/cpukit/rtems/include/rtems/rtems/timer.h
+++ b/cpukit/rtems/include/rtems/rtems/timer.h
@@ -10,7 +10,7 @@
* + create a timer
* + get an ID of a timer
* + delete a timer
- * + set timer to fire in context of clock tick
+ * + set timer to fire in context of clock tick
* - after a number of ticks have passed
* - when a specified date and time has been reached
* + initiate the timer server task
@@ -58,9 +58,9 @@ typedef enum {
/*
* The following types define a pointer to a timer service routine.
*/
-
+
typedef void rtems_timer_service_routine;
-
+
typedef rtems_timer_service_routine ( *rtems_timer_service_routine_entry )(
rtems_id,
void *
@@ -81,17 +81,17 @@ RTEMS_EXTERN Objects_Information _Timer_Information;
RTEMS_EXTERN Thread_Control *_Timer_Server;
-/*
+/*
* The following chains contain the list of interval timers that are
* executed in the context of the Timer Server.
*
* NOTE: These are extern'ed because they do not have to be in the
- * minimum footprint. They are only really required when
+ * minimum footprint. They are only really required when
* task-based timers are used. Since task-based timers can
* not be started until the server is initiated, these structures
* do not have to be initialized until then. They are declared
* in the same file as _Timer_Server_body.
- */
+ */
extern Chain_Control _Timer_Ticks_chain;
extern Chain_Control _Timer_Seconds_chain;
@@ -311,9 +311,9 @@ rtems_status_code rtems_timer_initiate_server(
typedef struct {
Timer_Classes the_class;
- Watchdog_Interval initial;
- Watchdog_Interval start_time;
- Watchdog_Interval stop_time;
+ Watchdog_Interval initial;
+ Watchdog_Interval start_time;
+ Watchdog_Interval stop_time;
} rtems_timer_information;
rtems_status_code rtems_timer_get_information(
diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h
index 2be19f8248..e77e87cbb6 100644
--- a/cpukit/rtems/include/rtems/rtems/types.h
+++ b/cpukit/rtems/include/rtems/rtems/types.h
@@ -72,7 +72,7 @@ typedef CPU_Interrupt_frame rtems_interrupt_frame;
typedef Heap_Information_block region_information_block;
/*
- * Time related
+ * Time related
*/
typedef Watchdog_Interval rtems_interval;
@@ -81,7 +81,7 @@ typedef TOD_Control rtems_time_of_day;
/*
* Define the type for an RTEMS API task mode.
*/
-
+
typedef Modes_Control rtems_mode;
/*