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

Remove y_max in all functions except dqdt_init()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/cluster.h

    r557 r561  
    176176error_t cluster_init( boot_info_t * info );
    177177
     178/******************************************************************************************
     179 * This function randomly selects a cluster.
     180 ******************************************************************************************
     181 * @ returns the selected cluster identifier.
     182 *****************************************************************************************/
     183cxy_t cluster_random_select( void );
     184
    178185/******************************************************************************************
    179186 * This function checks the validity of a cluster identifier.
Note: See TracChangeset for help on using the changeset viewer.