Changes in kernel/generic/src/console/console.c [9c70ed6:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/console.c
r9c70ed6 rd99c1d2 39 39 #include <synch/waitq.h> 40 40 #include <synch/spinlock.h> 41 #include < arch/types.h>41 #include <typedefs.h> 42 42 #include <ddi/irq.h> 43 43 #include <ddi/ddi.h> … … 45 45 #include <ipc/irq.h> 46 46 #include <arch.h> 47 #include <panic.h> 47 48 #include <print.h> 48 49 #include <putchar.h> … … 50 51 #include <syscall/copy.h> 51 52 #include <errno.h> 52 #include <str ing.h>53 #include <str.h> 53 54 54 55 #define KLOG_PAGES 4
Note:
See TracChangeset
for help on using the changeset viewer.