Subversion Repositories HelenOS

Rev

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

Rev 3908 Rev 3941
Line 308... Line 308...
308
}
308
}
309
 
309
 
310
/**
310
/**
311
 * The driver works in polled mode, so no interrupt should be handled by it.
311
 * The driver works in polled mode, so no interrupt should be handled by it.
312
 */
312
 */
313
static irq_ownership_t sgcn_claim(void *instance)
313
static irq_ownership_t sgcn_claim(irq_t *irq)
314
{
314
{
315
    return IRQ_DECLINE;
315
    return IRQ_DECLINE;
316
}
316
}
317
 
317
 
318
/**
318
/**