flowtracker.h (831B)
1 /* 2 * DO NOT EDIT THIS FILE! 3 * This file is auto-generated. 4 * Edits to this file will be lost when it is regenerated. 5 * 6 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 7 * 8 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 9 */ 10 11 #ifndef BCMI_LTSW_FLOWTRACKER_H 12 #define BCMI_LTSW_FLOWTRACKER_H 13 14 /*! 15 * \brief Deinitialize Flowtracker module. 16 * 17 * \param [in] unit Unit Number. 18 * 19 * \retval SHR_E_NONE No errors. 20 * \retval !SHR_E_NONE Failure. 21 */ 22 extern int 23 bcmi_ltsw_flowtracker_detach(int unit); 24 25 /*! 26 * \brief Init Flowtracker module. 27 * 28 * \param [in] unit Unit Number. 29 * 30 * \retval SHR_E_NONE No errors. 31 * \retval !SHR_E_NONE Failure. 32 */ 33 extern int 34 bcmi_ltsw_flowtracker_init(int unit); 35 36 #endif /* BCMI_LTSW_FLOWTRACKER_H */