Changeset 219 for trunk


Ignore:
Timestamp:
Jul 17, 2017, 1:59:55 PM (7 years ago)
Author:
max@…
Message:

update comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/arch_info/boot_info.h

    r188 r219  
    7777    uint32_t    param2;               /*! semantic depends on peripherat type               */
    7878    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)                    */
    8181}
    8282boot_device_t;
Note: See TracChangeset for help on using the changeset viewer.