From c18e0ba12799ea40693428b0a731bb561e61cab0 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Tue, 4 Dec 2012 17:59:11 -0500 Subject: rtems misc: Clean up Doxygen GCI Task #4 http://www.google-melange.com/gci/task/view/google/gci2012/7950205 --- cpukit/rtems/src/signalmp.c | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) (limited to 'cpukit/rtems/src/signalmp.c') diff --git a/cpukit/rtems/src/signalmp.c b/cpukit/rtems/src/signalmp.c index b07f160f98..f70a452208 100644 --- a/cpukit/rtems/src/signalmp.c +++ b/cpukit/rtems/src/signalmp.c @@ -1,7 +1,11 @@ -/* - * Multiprocessing Support for the Signal Manager - * +/** + * @file * + * @brief Signal MP Support + * @ingroup ClassicSignalMP + */ + +/* * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * @@ -39,11 +43,6 @@ RTEMS_STATIC_ASSERT( * */ -/* - * _Signal_MP_Send_request_packet - * - */ - rtems_status_code _Signal_MP_Send_request_packet ( Signal_MP_Remote_operations operation, Objects_Id task_id, @@ -82,11 +81,6 @@ rtems_status_code _Signal_MP_Send_request_packet ( return RTEMS_INTERNAL_ERROR; } -/* - * _Signal_MP_Send_response_packet - * - */ - void _Signal_MP_Send_response_packet ( Signal_MP_Remote_operations operation, Thread_Control *the_thread @@ -119,12 +113,6 @@ void _Signal_MP_Send_response_packet ( } } -/* - * - * _Signal_MP_Process_packet - * - */ - void _Signal_MP_Process_packet ( rtems_packet_prefix *the_packet_prefix ) @@ -175,11 +163,6 @@ void _Signal_MP_Process_packet ( * */ -/* - * _Signal_MP_Get_packet - * - */ - Signal_MP_Packet *_Signal_MP_Get_packet ( void ) { return ( (Signal_MP_Packet *) _MPCI_Get_packet() ); -- cgit v1.2.3