mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
10 lines
138 B
C
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__ */
|