Subversion Repositories HelenOS

Rev

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

Rev 4168 Rev 4226
Line 59... Line 59...
59
static ssize_t cons_write(const char *buf, size_t nbyte);
59
static ssize_t cons_write(const char *buf, size_t nbyte);
60
static void cons_putchar(int c);
60
static void cons_putchar(int c);
61
 
61
 
62
static void cbuffer_flush(void);
62
static void cbuffer_flush(void);
63
static void cbuffer_drain(void);
63
static void cbuffer_drain(void);
64
static void cbuffer_putc(int c);
64
static inline void cbuffer_putc(int c);
65
 
65
 
66
 
66
 
67
void console_open(bool blocking)
67
void console_open(bool blocking)
68
{
68
{
69
    if (console_phone < 0) {
69
    if (console_phone < 0) {