pm4x25td_int.h (592B)
1 /* 2 * 3 * 4 * 5 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 6 * 7 * Copyright 2007-2019 Broadcom Inc. All rights reserved. 8 */ 9 10 #ifndef _PM4X25TD_INT_H_ 11 #define _PM4X25TD_INT_H_ 12 13 #include <soc/portmod/portmod.h> 14 15 int _pm4x25td_pm_enable(int unit, int port, pm_info_t pm_info, int port_index, const portmod_port_add_info_t* add_info, int enable); 16 int _pm4x25td_pm_port_init(int unit, int port, int internal_port, const portmod_port_add_info_t* add_info, int enable); 17 18 #endif /*_PM4X25TD_INT_H_*/