Changeset 219 for trunk/tools/arch_info
- Timestamp:
- Jul 17, 2017, 1:59:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/arch_info/boot_info.h
r188 r219 77 77 uint32_t param2; /*! semantic depends on peripherat type */ 78 78 uint32_t param3; /*! semantic depends on peripherat type */ 79 uint32_t irqs; /*! number of input IRQs 80 boot_irq_t irq[32]; /*! array of input IRQS (PIC and ICU only)*/79 uint32_t irqs; /*! number of input IRQs (PIC only) */ 80 boot_irq_t irq[32]; /*! array of input IRQS (PIC only) */ 81 81 } 82 82 boot_device_t;
Note: See TracChangeset
for help on using the changeset viewer.