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

oam.h (557B)


      1 /** \file bcm_int/dnx/oam/oam.h
      2  *
      3  * Internal DNX OAM APIs
      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 #include <bcm_int/dnx_dispatch.h>
     10 #ifndef OAM_H_INCLUDED__
     11 /* { */
     12 #define OAM_H_INCLUDED__
     13 
     14 #ifndef BCM_DNX_SUPPORT
     15 #error "This file is for use by DNX (JR2) family only!"
     16 #endif
     17 
     18 /*
     19  * DEFINEs
     20  * {
     21  */
     22 /*
     23  * }
     24  */
     25 /*
     26  * MACROs
     27  * {
     28  */
     29 /*
     30  * }
     31  */
     32 /*
     33  * }
     34  */
     35 
     36 #endif /* OAM_H_INCLUDED__ */