Fixed all compilation errors with timer service

This commit is contained in:
Bahadir Balban
2009-12-12 15:31:01 +02:00
parent 8681c1d8c9
commit 8fe15ba811
4 changed files with 27 additions and 16 deletions

View File

@@ -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]);