Rev 2071 | Rev 3844 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #ifndef KERN_CONSOLE_H_ |
35 | #ifndef KERN_CONSOLE_H_ |
36 | #define KERN_CONSOLE_H_ |
36 | #define KERN_CONSOLE_H_ |
37 | 37 | ||
38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
39 | #include <typedefs.h> |
39 | #include <console/chardev.h> |
40 | 40 | ||
41 | extern chardev_t *stdin; |
41 | extern chardev_t *stdin; |
42 | extern chardev_t *stdout; |
42 | extern chardev_t *stdout; |
43 | 43 | ||
44 | extern uint8_t getc(chardev_t *chardev); |
44 | extern uint8_t getc(chardev_t *chardev); |