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