mirror of
https://github.com/drasko/codezero.git
synced 2026-04-01 09:39:04 +02: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__ */
|