Changeset 6cd9aa6 in mainline for kernel/arch/ppc32/src/drivers
- Timestamp:
- 2009-02-15T23:13:55Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17f168e
- Parents:
- fa09449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/drivers/cuda.c
rfa09449 r6cd9aa6 250 250 } 251 251 252 static void cuda_irq_handler(irq_t *irq , void *arg, ...)252 static void cuda_irq_handler(irq_t *irq) 253 253 { 254 254 if ((irq->notif_cfg.notify) && (irq->notif_cfg.answerbox)) … … 265 265 } 266 266 267 static irq_ownership_t cuda_claim(void )267 static irq_ownership_t cuda_claim(void *instance) 268 268 { 269 269 return IRQ_ACCEPT;
Note:
See TracChangeset
for help on using the changeset viewer.