oam_pm_shared.h (490B)
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 * File: oam_pm_shared.h 8 * Purpose: oam_pm definitions common to SDK and uKernel 9 */ 10 11 #ifndef _SOC_OAM_PM_SHARED_H 12 #define _SOC_OAM_PM_SHARED_H 13 14 /* OAM PM counter rollover flag shared between uKernel and SDK */ 15 #define SHR_OAM_PM_STATS_FLAG_COUNTER_ROLLOVER 0x0001 16 17 #endif 18