openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

progress.h (458B)


      1 /*
      2  * 
      3  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      4  * 
      5  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      6  *
      7  * Progress Report module: diag/progress.c
      8  */
      9 
     10 #include <sal/types.h>
     11 
     12 void progress_init(uint32 total_count, int start_seconds, int disable);
     13 void progress_status(char *status_str);
     14 void progress_report(uint32 count_incr);
     15 void progress_done(void);