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

int_ifa.h (806B)


      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_INT_IFA_H
     12 #define BCMI_LTSW_INT_IFA_H
     13 
     14 /*!
     15  * \brief Initialize the IFA module.
     16  *
     17  * \param [in] unit Unit Number.
     18  *
     19  * \retval SHR_E_NONE Success.
     20  * \retval !SHR_E_NONE Failure.
     21  */
     22 extern int
     23 bcmi_ltsw_int_ifa_init(int unit);
     24 
     25 /*!
     26  * \brief De-initialize the IFA module.
     27  *
     28  * \param [in] unit Unit Number.
     29  *
     30  * \retval SHR_E_NONE Success.
     31  * \retval !SHR_E_NONE Failure.
     32  */
     33 extern int
     34 bcmi_ltsw_int_ifa_deinit(int unit);
     35 
     36 #endif /* BCMI_LTSW_INT_IFA_H */