bcm_dlist.h (846B)
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 #ifdef BCM_DLIST_ENTRY 8 9 #ifdef BCM_TOMAHAWK3_SUPPORT 10 BCM_DLIST_ENTRY(tomahawk3) 11 #endif 12 13 14 #ifdef BCM_ESW_SUPPORT 15 BCM_DLIST_ENTRY(esw) 16 #endif 17 18 #ifdef BCM_PETRA_SUPPORT 19 BCM_DLIST_ENTRY(petra) 20 #endif 21 22 #ifdef BCM_DFE_SUPPORT 23 BCM_DLIST_ENTRY(dfe) 24 #endif 25 26 #ifdef BCM_DNXF_SUPPORT 27 BCM_DLIST_ENTRY(dnxf) 28 #endif 29 30 #ifdef BCM_DNX_SUPPORT 31 BCM_DLIST_ENTRY(dnx) 32 #endif 33 34 #ifdef BCM_RPC_SUPPORT 35 BCM_DLIST_ENTRY(client) 36 #endif 37 38 #ifdef BCM_LOOP_SUPPORT 39 BCM_DLIST_ENTRY(loop) 40 #endif 41 42 #ifdef BCM_TR3_SUPPORT 43 BCM_DLIST_ENTRY(tr3) 44 #endif 45 46 #ifdef BCM_SHADOW_SUPPORT 47 BCM_DLIST_ENTRY(shadow) 48 #endif 49 50 #undef BCM_DLIST_ENTRY 51 52 53 #endif /* BCM_DLIST_ENTRY */