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

switch.h (669B)


      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  * File:        link.h
      8  * Purpose:     LINK internal definitions to the BCM library.
      9  */
     10 
     11 #ifndef   _BCM_INT_DNXF_SWITCH_H_
     12 #define   _BCM_INT_DNXF_SWITCH_H_
     13 
     14 #ifndef BCM_DNXF_SUPPORT 
     15 #error "This file is for use by DNXF (Ramon) family only!" 
     16 #endif
     17 
     18 #include <sal/types.h>
     19 #include <bcm/types.h>
     20 #include <bcm/switch.h>
     21 
     22 extern int bcm_dnxf_switch_temperature_monitor_get(int,int,bcm_switch_temperature_monitor_t *,int *);
     23 
     24 #endif /*_BCM_INT_DNXF_SWITCH_H_*/