Rev 1923 | Rev 2025 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1923 | Rev 1933 | ||
---|---|---|---|
Line 180... | Line 180... | ||
180 | 180 | ||
181 | link_t answers; /**< Answered calls */ |
181 | link_t answers; /**< Answered calls */ |
182 | 182 | ||
183 | SPINLOCK_DECLARE(irq_lock); |
183 | SPINLOCK_DECLARE(irq_lock); |
184 | link_t irq_notifs; /**< Notifications from IRQ handlers */ |
184 | link_t irq_notifs; /**< Notifications from IRQ handlers */ |
- | 185 | link_t irq_head; /**< IRQs with notifications to this answerbox. */ |
|
185 | }; |
186 | }; |
186 | 187 | ||
187 | typedef enum { |
188 | typedef enum { |
188 | IPC_PHONE_FREE = 0, /**< Phone is free and can be allocated */ |
189 | IPC_PHONE_FREE = 0, /**< Phone is free and can be allocated */ |
189 | IPC_PHONE_CONNECTING, /**< Phone is connecting somewhere */ |
190 | IPC_PHONE_CONNECTING, /**< Phone is connecting somewhere */ |