git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add implementation of ARM GIC driver.
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
device_num.h
diff --git
a/lunaix-os/includes/lunaix/device_num.h
b/lunaix-os/includes/lunaix/device_num.h
index 9011da3d567edd623e7cf1e37ca660cb3828cc9d..6e9f7f9791dd17437e968b913163e5e785a5d1ea 100644
(file)
--- a/
lunaix-os/includes/lunaix/device_num.h
+++ b/
lunaix-os/includes/lunaix/device_num.h
@@
-89,6
+89,7
@@
#define DEV_BUILTIN 0
#define DEV_BUILTIN_NULL 0
#define DEV_BUILTIN_ZERO 1
+#define DEV_BUILTIN_KMSG 2
#define DEV_VTERM 1
#define DEV_RNG 2
@@
-108,6
+109,7
@@
#define DEV_GFXA 12
#define DEV_VGA 13
#define DEV_ACPI 14
+#define DEV_INTC 15
struct devident
{