Added api/irq.h

This commit is contained in:
Bahadir Balban
2009-11-29 12:36:43 +02:00
parent 452406ddeb
commit 307b52f6d2

9
include/l4/api/irq.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __API_IRQ_H__
#define __API_IRQ_H__
#define IRQ_CONTROL_REGISTER 0
#define IRQ_CONTROL_RELEASE 1
#endif /* __API_IRQ_H__ */