portmod_appl.h (333B)
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-2020 Broadcom Inc. All rights reserved. 8 */ 9 #ifndef _PORTMOD_APPL_H_ 10 #define _PORTMOD_APPL_H_ 11 12 int portmod_appl_main(void); 13 14 #endif /*_PORTMOD_APPL_H_*/