Subversion Repositories HelenOS

Rev

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

Rev 4342 Rev 4343
Line 184... Line 184...
184
 *
184
 *
185
 * This is only a virtual IRQ, so always decline.
185
 * This is only a virtual IRQ, so always decline.
186
 *
186
 *
187
 * @return Always IRQ_DECLINE.
187
 * @return Always IRQ_DECLINE.
188
 */
188
 */
189
static irq_ownership_t ski_kbd_claim(void)
189
static irq_ownership_t ski_kbd_claim(void *instance)
190
{
190
{
191
    return IRQ_DECLINE;
191
    return IRQ_DECLINE;
192
}
192
}
193
 
193
 
194
static chardev_operations_t ski_ops = {
194
static chardev_operations_t ski_ops = {