Files
codezero/include/l4/api/irq.h
Bahadir Balban 307b52f6d2 Added api/irq.h
2009-11-29 12:36:43 +02:00

10 lines
138 B
C

#ifndef __API_IRQ_H__
#define __API_IRQ_H__
#define IRQ_CONTROL_REGISTER 0
#define IRQ_CONTROL_RELEASE 1
#endif /* __API_IRQ_H__ */