Subversion Repositories HelenOS

Rev

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

Rev 3908 Rev 3941
Line 107... Line 107...
107
            ch = '\b';
107
            ch = '\b';
108
        chardev_push_character(&console, ch);
108
        chardev_push_character(&console, ch);
109
    }
109
    }
110
}
110
}
111
 
111
 
112
static irq_ownership_t msim_claim(void *instance)
112
static irq_ownership_t msim_claim(irq_t *irq)
113
{
113
{
114
    return IRQ_ACCEPT;
114
    return IRQ_ACCEPT;
115
}
115
}
116
 
116
 
117
void msim_kbd_grab(void)
117
void msim_kbd_grab(void)