Rev 1924 | Rev 1933 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1924 | Rev 1932 | ||
---|---|---|---|
Line 76... | Line 76... | ||
76 | * |
76 | * |
77 | * Primarily, this structure is encapsulated in the irq_t structure. |
77 | * Primarily, this structure is encapsulated in the irq_t structure. |
78 | * It is protected by irq_t::lock. |
78 | * It is protected by irq_t::lock. |
79 | */ |
79 | */ |
80 | struct ipc_notif_cfg { |
80 | struct ipc_notif_cfg { |
- | 81 | bool notify; /**< When false, notifications are not sent. */ |
|
81 | answerbox_t *answerbox; /**< Answerbox for notifications. */ |
82 | answerbox_t *answerbox; /**< Answerbox for notifications. */ |
82 | unative_t method; /**< Method to be used for the notification. */ |
83 | unative_t method; /**< Method to be used for the notification. */ |
83 | irq_code_t *code; /**< Top-half pseudocode. */ |
84 | irq_code_t *code; /**< Top-half pseudocode. */ |
84 | count_t counter; /**< Counter. */ |
85 | count_t counter; /**< Counter. */ |
85 | }; |
86 | }; |