Rev 2071 | Rev 3065 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #include <console/console.h> |
36 | #include <console/console.h> |
37 | #include <console/chardev.h> |
37 | #include <console/chardev.h> |
38 | #include <synch/waitq.h> |
38 | #include <synch/waitq.h> |
39 | #include <synch/spinlock.h> |
39 | #include <synch/spinlock.h> |
40 | #include <arch/types.h> |
40 | #include <arch/types.h> |
41 | #include <typedefs.h> |
- | |
42 | #include <arch.h> |
41 | #include <arch.h> |
43 | #include <func.h> |
42 | #include <func.h> |
44 | #include <print.h> |
43 | #include <print.h> |
45 | #include <atomic.h> |
44 | #include <atomic.h> |
46 | 45 |