Subversion Repositories HelenOS-historic

Rev

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

Rev 329 Rev 332
Line 36... Line 36...
36
#define SERIAL_LSR              ((char *) (SERIAL_PORT_BASE + 5))
36
#define SERIAL_LSR              ((char *) (SERIAL_PORT_BASE + 5))
37
#define TRANSMIT_EMPTY_BIT      5          
37
#define TRANSMIT_EMPTY_BIT      5          
38
 
38
 
39
void console_init(void);
39
void console_init(void);
40
 
40
 
41
extern int bios_write(int fd, const char *buf, int size, int *cnt);
-
 
42
 
-
 
43
 
-
 
44
#endif
41
#endif