Ignore:
Timestamp:
2009-02-20T21:00:14Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
90e3d6a
Parents:
9979acb
Message:

Let IRQ claim methods take irq_t * instead of the instance argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/sgcn.c

    r9979acb rc9b550b  
    311311 * The driver works in polled mode, so no interrupt should be handled by it.
    312312 */
    313 static irq_ownership_t sgcn_claim(void *instance)
     313static irq_ownership_t sgcn_claim(irq_t *irq)
    314314{
    315315        return IRQ_DECLINE;
Note: See TracChangeset for help on using the changeset viewer.