Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1702 → Rev 1701

/kernel/trunk/generic/src/ipc/irq.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericipc
* @{
*/
/** @file
*/
 
/** IRQ notification framework
*
* This framework allows applications to register to receive a notification
333,7 → 327,3
interrupts_restore(ipl);
}
}
 
/** @}
*/