Rev 4156 | Rev 4296 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4156 | Rev 4201 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #include <console/chardev.h> |
35 | #include <console/chardev.h> |
| 36 | #include <putchar.h> |
- | |
| 37 | #include <synch/waitq.h> |
36 | #include <synch/waitq.h> |
| 38 | #include <synch/spinlock.h> |
37 | #include <synch/spinlock.h> |
| 39 | 38 | ||
| 40 | /** Initialize input character device. |
39 | /** Initialize input character device. |
| 41 | * |
40 | * |