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

portmod_reg_access.h (499B)


      1 /*
      2  *         
      3  * 
      4  * 
      5  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      6  * 
      7  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      8  */
      9 #ifndef _PORTMOD_REG_ACCESS_H_
     10 #define _PORTMOD_REG_ACCESS_H_
     11 
     12 int portmod_reg_access_init(int unit);
     13 int portmod_reg_access_deinit(int unit);
     14 int portmod_reg_access_port_bindex_set(int unit, int port, int block_index, int internal_index);
     15 
     16 #endif /*_PORTMOD_REG_ACCESS_H_*/