Subversion Repositories HelenOS

Rev

Rev 1888 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1888 Rev 1936
Line 60... Line 60...
60
typedef struct {
60
typedef struct {
61
    int port;
61
    int port;
62
    int irq;
62
    int irq;
63
}serial_t;
63
}serial_t;
64
 
64
 
65
void serial_console(void);
65
extern void serial_console(devno_t devno);
66
int serial_init(void);
66
extern int serial_init(void);
67
 
67
 
68
#endif
68
#endif
69
 
69
 
70
/** @}
70
/** @}
71
 */
71
 */