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

@@ -0,0 +1,7 @@
#ifndef __L4LIB_IRQ_H__
#define __L4LIB_IRQ_H__
int l4_irq_wait(int slot, int irqnum);
#endif /* __L4LIB_IRQ_H__ */