mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 03:43:15 +01:00
Made changes to map devices dynamically upon irq registration.
All will be reverted since mapping devices statically is much simpler.
This commit is contained in:
@@ -141,5 +141,6 @@
|
||||
#define ENOCAP 134 /* None or insufficient capability */
|
||||
#define ENOUTCB 135 /* Task has no utcb set up */
|
||||
#define ENOMAP 136 /* The memory area has unmapped regions */
|
||||
#define ENOIRQ 137 /* Irq cannot be registered */
|
||||
|
||||
#endif /* __ERRNO_H__ */
|
||||
|
||||
Reference in New Issue
Block a user