sdk_config.h (550B)
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-2019 Broadcom Inc. All rights reserved. 6 */ 7 8 #ifndef __SDK_CONFIG_H__ 9 #define __SDK_CONFIG_H__ 10 11 /* 12 * Include custom overrides 13 */ 14 #ifdef SDK_INCLUDE_CUSTOM_CONFIG 15 #include <sdk_custom_config.h> 16 #endif 17 18 19 /* 20 * Memory Barrier operation if required. 21 * Defaults to nothing. 22 */ 23 #ifndef SDK_CONFIG_MEMORY_BARRIER 24 #define SDK_CONFIG_MEMORY_BARRIER 25 #endif 26 27 28 29 #endif /* __SDK_CONFIG_H__ */