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

pm12x10_xgs_internal.h (578B)


      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-2019 Broadcom Inc. All rights reserved.
      8  */
      9 
     10 #ifndef _PM12X10_XGS_INTERNAL_H__H_
     11 #define _PM12X10_XGS_INTERNAL_H__H_
     12 
     13 #ifdef PORTMOD_PM12X10_XGS_SUPPORT
     14 
     15 int pm12x10_xgs_pm4x10_enable(int unit, int port, uint32 phy, uint32 enable);
     16 int pm12x10_xgs_pm4x10_tsc_reset(int unit, int port, uint32 phy, uint32 in_reset);
     17 
     18 #endif /* PORTMOD_PM12X10_XGS_SUPPORT */
     19  
     20 #endif /*_PM12X10_XGS_INTERNAL_H__H_*/