Changeset 530 for trunk/tools/arch_info


Ignore:
Timestamp:
Sep 21, 2018, 10:19:38 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Hack to compile on both IOB and LETI for now

File:
1 edited

Legend:

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

    r457 r530  
    112112        uint32_t      x_size;                        /*! number of cluster in a row             */
    113113        uint32_t      y_size;                        /*! number of cluster in a column          */
     114    uint32_t      x_max;                         /*! [FIXME] Nb of non-empty cluster in row */
     115    uint32_t      y_max;                         /*! [FIXME] Nb of non_empty cluster in col */
    114116        uint32_t      io_cxy;                        /*! IO cluster identifier                  */
    115117
Note: See TracChangeset for help on using the changeset viewer.