pscan.h (620B)
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-2019 Broadcom Inc. All rights reserved. 7 */ 8 9 #ifndef __BCM_PSCAN_H__ 10 #define __BCM_PSCAN_H__ 11 12 #include <sal/types.h> 13 14 extern int soc_pscan_init(int unit); 15 extern int soc_pscan_update(int unit); 16 extern int soc_pscan_delay(int unit, int delay); 17 extern int soc_pscan_port_config(int unit, uint32 port, uint32 flags); 18 extern int soc_pscan_port_enable(int unit, uint32 port, int enable); 19 extern int soc_pscan_detach(int unit); 20 21 #endif /* __BCM_PSCAN_H__ */