Changeset c9b550b in mainline for kernel/arch/mips32/src/interrupt.c
- Timestamp:
- 2009-02-20T21:00:14Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90e3d6a
- Parents:
- 9979acb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/interrupt.c
r9979acb rc9b550b 102 102 } 103 103 104 static irq_ownership_t timer_claim( void *instance)104 static irq_ownership_t timer_claim(irq_t *irq) 105 105 { 106 106 return IRQ_ACCEPT;
Note:
See TracChangeset
for help on using the changeset viewer.