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/kernel/kern/cluster.h

    r485 r530  
    105105        uint32_t        x_size;            /*! number of clusters in a row    (can be 1)      */
    106106        uint32_t        y_size;            /*! number of clusters in a column (can be 1)      */
     107    uint32_t        x_max;             // [FIXME]
     108    uint32_t        y_max;             // [FIXME]
    107109        cxy_t           io_cxy;            /*! io cluster identifier                          */
    108110    uint32_t        dqdt_root_level;   /*! index of root node in dqdt_tbl[]               */
Note: See TracChangeset for help on using the changeset viewer.