Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1693 → Rev 1702

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