Changeset 577 for trunk/kernel/kern/kernel_init.c
- Timestamp:
- Oct 5, 2018, 10:54:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/kernel_init.c
r564 r577 699 699 700 700 // register input IRQ index for valid inputs 701 uint32_t id; // input IRQ index702 uint8_t valid; // input IRQ is connected703 uint32_t type; // source device type704 uint8_t channel; // source device channel705 uint8_t is_rx; // source device direction706 uint32_t * ptr ;// local pointer on one field in iopic_input stucture701 uint32_t id; // input IRQ index 702 uint8_t valid; // input IRQ is connected 703 uint32_t type; // source device type 704 uint8_t channel; // source device channel 705 uint8_t is_rx; // source device direction 706 uint32_t * ptr = NULL; // local pointer on one field in iopic_input stucture 707 707 708 708 for( id = 0 ; id < CONFIG_MAX_EXTERNAL_IRQS ; id++ )
Note: See TracChangeset
for help on using the changeset viewer.