mirror of
https://github.com/drasko/codezero.git
synced 2026-01-29 03:03:13 +01:00
8 lines
119 B
C
8 lines
119 B
C
#ifndef __L4LIB_IRQ_H__
|
|
#define __L4LIB_IRQ_H__
|
|
|
|
|
|
int l4_irq_wait(int slot, int irqnum);
|
|
|
|
#endif /* __L4LIB_IRQ_H__ */
|