Subversion Repositories HelenOS

Rev

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

Rev 4055 Rev 4156
Line 36... Line 36...
36
#ifndef KERN_SRLN_H_
36
#ifndef KERN_SRLN_H_
37
#define KERN_SRLN_H_
37
#define KERN_SRLN_H_
38
 
38
 
39
#include <console/chardev.h>
39
#include <console/chardev.h>
40
 
40
 
41
extern chardev_t srlnin;
-
 
42
 
-
 
43
extern void srln_init(chardev_t *);
41
extern void srln_init(indev_t *devin);
44
 
42
 
45
#endif
43
#endif
46
 
44
 
47
/** @}
45
/** @}
48
 */
46
 */