mirror of
https://github.com/drasko/codezero.git
synced 2026-06-17 06:14:08 +02:00
11 lines
166 B
C
11 lines
166 B
C
#ifndef __API_IRQ_H__
|
|
#define __API_IRQ_H__
|
|
|
|
|
|
#define IRQ_CONTROL_REGISTER 0
|
|
#define IRQ_CONTROL_RELEASE 1
|
|
#define IRQ_CONTROL_WAIT 2
|
|
|
|
|
|
#endif /* __API_IRQ_H__ */
|