Changeset 6cd9aa6 in mainline for kernel/genarch/src/kbd/i8042.c
- Timestamp:
- 2009-02-15T23:13:55Z (16 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/genarch/src/kbd/i8042.c
rfa09449 r6cd9aa6 124 124 } 125 125 126 static irq_ownership_t i8042_claim(void )126 static irq_ownership_t i8042_claim(void *instance) 127 127 { 128 128 return IRQ_ACCEPT; 129 129 } 130 130 131 static void i8042_irq_handler(irq_t *irq , void *arg, ...)131 static void i8042_irq_handler(irq_t *irq) 132 132 { 133 133 if (irq->notif_cfg.notify && irq->notif_cfg.answerbox)
Note:
See TracChangeset
for help on using the changeset viewer.