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 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef KERN_mips32_CONSOLE_H_
35
#ifndef KERN_mips32_CONSOLE_H_
36
#define KERN_mips32_CONSOLE_H_
36
#define KERN_mips32_CONSOLE_H_
37
 
37
 
38
void console_init(void);
38
extern void console_init(devno_t devno);
39
 
39
 
40
#endif
40
#endif
41
 
41
 
42
/** @}
42
/** @}
43
 */
43
 */