knetsync.h (489B)
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-2020 Broadcom Inc. All rights reserved. 6 * 7 * This file contains knetsync Interface definitions internal to the BCM library. 8 */ 9 10 #ifndef _BCM_INT_COMMON_KNETSYNC_H 11 #define _BCM_INT_COMMON_KNETSYNC_H 12 13 int bcm_common_knetsync_init(int unit); 14 int bcm_common_knetsync_deinit(int unit); 15 16 #endif /* _BCM_INT_COMMON_KNETSYNC_H */ 17