mirror of
https://github.com/drasko/codezero.git
synced 2026-04-04 19:19:03 +02:00
Fixed all compilation errors with timer service
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* Reads the irq notification slot. Destructive atomic read ensures that
|
||||
* an irq may write to the slot in sync.
|
||||
*/
|
||||
int l4_irq_read_blocking(int slot, int irqnum)
|
||||
int l4_irq_wait(int slot, int irqnum)
|
||||
{
|
||||
int irqval = l4_atomic_dest_readb(&l4_get_utcb()->notify[slot]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user