Changeset 6cd9aa6 in mainline for kernel/generic/src/console
- 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
- Location:
- kernel/generic/src/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/console.c
rfa09449 r6cd9aa6 102 102 * @return Always returns IRQ_DECLINE. 103 103 */ 104 static irq_ownership_t klog_claim(void )104 static irq_ownership_t klog_claim(void *instance) 105 105 { 106 106 return IRQ_DECLINE; -
kernel/generic/src/console/kconsole.c
rfa09449 r6cd9aa6 104 104 * 105 105 */ 106 static irq_ownership_t kconsole_claim(void )106 static irq_ownership_t kconsole_claim(void *instance) 107 107 { 108 108 return IRQ_DECLINE;
Note:
See TracChangeset
for help on using the changeset viewer.