Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 575
Line 28... Line 28...
28
 
28
 
29
#ifndef __mips32_CONSOLE_H__
29
#ifndef __mips32_CONSOLE_H__
30
#define __mips32_CONSOLE_H__
30
#define __mips32_CONSOLE_H__
31
 
31
 
32
 
32
 
33
#define VIDEORAM    0xB0000000
-
 
34
 
-
 
35
#define SERIAL_PORT_BASE    ((char *) 0xB80003f8 )
-
 
36
#define SERIAL_LSR              ((char *) (SERIAL_PORT_BASE + 5))
-
 
37
#define TRANSMIT_EMPTY_BIT      5          
-
 
38
 
-
 
39
void console_init(void);
33
void console_init(void);
40
 
34
 
41
#endif
35
#endif