Subversion Repositories HelenOS

Rev

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

Rev 3906 Rev 3941
Line 118... Line 118...
118
        ipc_irq_send_notif(irq);
118
        ipc_irq_send_notif(irq);
119
    else
119
    else
120
        serial_handler();
120
        serial_handler();
121
}
121
}
122
 
122
 
123
static irq_ownership_t serial_claim(void *instance)
123
static irq_ownership_t serial_claim(irq_t *irq)
124
{
124
{
125
    return IRQ_ACCEPT;
125
    return IRQ_ACCEPT;
126
}
126
}
127
 
127
 
128
static chardev_operations_t serial_ops = {
128
static chardev_operations_t serial_ops = {