Changeset 6cd9aa6 in mainline for kernel/arch/mips32/src/drivers/serial.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/arch/mips32/src/drivers/serial.c
rfa09449 r6cd9aa6 113 113 114 114 /** Process keyboard interrupt. Does not work in simics? */ 115 static void serial_irq_handler(irq_t *irq , void *arg, ...)115 static void serial_irq_handler(irq_t *irq) 116 116 { 117 117 if ((irq->notif_cfg.notify) && (irq->notif_cfg.answerbox)) … … 121 121 } 122 122 123 static irq_ownership_t serial_claim(void )123 static irq_ownership_t serial_claim(void *instance) 124 124 { 125 125 return IRQ_ACCEPT;
Note:
See TracChangeset
for help on using the changeset viewer.