Subversion Repositories HelenOS

Rev

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

Rev 2173 Rev 2357
Line 28... Line 28...
28
 
28
 
29
/** @addtogroup arm32  
29
/** @addtogroup arm32  
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
-
 
33
 *  @brief Console.
33
 */
34
 */
34
 
35
 
35
#ifndef KERN_arm32_CONSOLE_H_
36
#ifndef KERN_arm32_CONSOLE_H_
36
#define KERN_arm32_CONSOLE_H_
37
#define KERN_arm32_CONSOLE_H_
37
 
38
 
-
 
39
 
-
 
40
/** Initializes console.
-
 
41
 *
-
 
42
 * @param devno Console device number.
-
 
43
 */
38
extern void console_init(devno_t devno);
44
extern void console_init(devno_t devno);
39
 
45
 
40
#endif
46
#endif
41
 
47
 
42
/** @}
48
/** @}