Changeset 98000fb in mainline for kernel/generic/include/ddi/irq.h


Ignore:
Timestamp:
2009-06-03T19:34:45Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
301ff30
Parents:
69e68e3
Message:

remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ddi/irq.h

    r69e68e3 r98000fb  
    105105        irq_code_t *code;
    106106        /** Counter. */
    107         count_t counter;
     107        size_t counter;
    108108        /**
    109109         * Link between IRQs that are notifying the same answerbox. The list is
     
    163163extern hash_table_t irq_uspace_hash_table;
    164164
    165 extern void irq_init(count_t, count_t);
     165extern void irq_init(size_t, size_t);
    166166extern void irq_initialize(irq_t *);
    167167extern void irq_register(irq_t *);
Note: See TracChangeset for help on using the changeset viewer.