Rev 575 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 575 | Rev 606 | ||
|---|---|---|---|
| Line 54... | Line 54... | ||
| 54 | typedef struct { |
54 | typedef struct { |
| 55 | int port; |
55 | int port; |
| 56 | int irq; |
56 | int irq; |
| 57 | }serial_t; |
57 | }serial_t; |
| 58 | 58 | ||
| 59 | chardev_t * serial_console(void); |
59 | void serial_console(void); |
| 60 | int serial_init(void); |
60 | int serial_init(void); |
| 61 | 61 | ||
| 62 | #endif |
62 | #endif |