appl_ref_shell_threads.h (574B)
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 8 #ifndef _APPL_REF_SHELL_THREADS_H_ 9 #define _APPL_REF_SHELL_THREADS_H_ 10 11 /************* 12 * INCLUDES * 13 */ 14 #include <soc/defs.h> 15 #include <soc/types.h> 16 #include <bcm/error.h> 17 18 /************* 19 * TYPE DEFS * 20 */ 21 22 /************* 23 * STRUCTURES * 24 */ 25 26 /************* 27 * FUNCTIONS * 28 */ 29 int appl_dnxc_shell_threads_deinit(int unit); 30 31 #endif /*_APPL_REF_SHELL_THREADS_H_ */