Ignore:
Timestamp:
Jan 13, 2021, 12:49:41 AM (3 years ago)
Author:
alain
Message:

cosmetic

File:
1 edited

Legend:

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

    r571 r687  
    22 * boot_info.h - informations passed by the bootloader to the kernel in each cluster.
    33 *
    4  * Author  Alain Greiner (june 2016,2017)
     4 * Author  Alain Greiner (june 2016,2017,2018,2019,2020)
    55 *
    66 * Copyright (c) UPMC Sorbonne Universites
     
    113113    uint32_t      y_size;                        /*! number of cluster in a column          */
    114114    uint32_t      io_cxy;                        /*! IO cluster identifier                  */
     115    uint32_t      sys_clk;                       /*! system frequency (in Hertz)            */
    115116
    116117    uint8_t       cluster_info[CONFIG_MAX_CLUSTERS_X][CONFIG_MAX_CLUSTERS_Y];
Note: See TracChangeset for help on using the changeset viewer.