ipc_irq_t Struct Reference
[IPC]


Public Member Functions

 SPINLOCK_DECLARE (lock)

Data Fields

answerbox_t * box
irq_code_tcode
atomic_t counter

Detailed Description

IRQ notification framework

This framework allows applications to register to receive a notification when interrupt is detected. The application may provide a simple 'top-half' handler as part of its registration, which can perform simple operations (read/write port/memory, add information to notification ipc message).

The structure of a notification message is as follows:

Definition at line 60 of file irq.c.


Member Function Documentation

SPINLOCK_DECLARE lock   ) 
 


Field Documentation

answerbox_t* box
 

Definition at line 62 of file irq.c.

Referenced by ipc_irq_cleanup(), ipc_irq_register(), ipc_irq_unregister(), and send_call().

irq_code_t* code
 

Definition at line 63 of file irq.c.

Referenced by ipc_irq_register(), and ipc_irq_unregister().

atomic_t counter
 

Definition at line 64 of file irq.c.


Generated on Sun Jun 18 16:42:05 2006 for HelenOS Kernel (ia32) by  doxygen 1.4.6