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

cint_sdk_atomics.h (530B)


      1 /*
      2  * 
      3  *
      4  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      5  * 
      6  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      7  */
      8 
      9 #ifndef __CINT_SDK_ATOMICS_H__
     10 #define __CINT_SDK_ATOMICS_H__
     11 
     12 #include <sdk_config.h>
     13 
     14 #ifdef INCLUDE_LIB_CINT
     15 
     16 #include <cint_interpreter.h>
     17 #include <cint_types.h>
     18 
     19 extern cint_atomic_type_t cint_sdk_atomics[]; 
     20 extern cint_data_t cint_sdk_data; 
     21 
     22 #endif /* INCLUDE_LIB_CINT */
     23 
     24 #endif /* __CINT_SDK_ATOMICS_H__ */