Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1704 → Rev 1693

/kernel/trunk/generic/include/ipc/ipc.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericipc
* @{
*/
/** @file
*/
 
#ifndef __IPC_H__
#define __IPC_H__
 
242,7 → 236,3
#endif
 
#endif
 
/** @}
*/
 
/kernel/trunk/generic/include/ipc/irq.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericipc
* @{
*/
/** @file
*/
 
#ifndef __IRQ_H__
#define __IRQ_H__
 
86,7 → 80,3
#endif
 
#endif
 
/** @}
*/
 
/kernel/trunk/generic/include/ipc/sysipc.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericipc
* @{
*/
/** @file
*/
 
#ifndef __SYSIPC_H__
#define __SYSIPC_H__
 
57,7 → 51,3
__native sys_ipc_unregister_irq(int irq);
 
#endif
 
/** @}
*/
 
/kernel/trunk/generic/include/ipc/ipcrsc.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericipc
* @{
*/
/** @file
*/
 
#ifndef __IPCRSC_H__
#define __IPCRSC_H__
 
41,7 → 35,3
void phone_dealloc(int phoneid);
 
#endif
 
/** @}
*/