mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
This is much simpler, no device map/unmap maintenance at run-time, no lazy device mapping etc.
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__ */
|