knetsync.h (619B)
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-2020 Broadcom Inc. All rights reserved. 7 * 8 */ 9 10 #ifndef __BCM_KNETSYNC_H__ 11 #define __BCM_KNETSYNC_H__ 12 13 #include <bcm/types.h> 14 15 16 #ifndef BCM_HIDE_DISPATCHABLE 17 18 /* Initialize the KNETSync ptp clock subsystem and Firmware. */ 19 extern int bcm_knetsync_init( 20 int unit); 21 22 /* Deinitailize the KNETSync ptp clock subsystem and Firmware. */ 23 extern int bcm_knetsync_deinit( 24 int unit); 25 26 #endif /* BCM_HIDE_DISPATCHABLE */ 27 28 #endif /* __BCM_KNETSYNC_H__ */