ctest_dnx_root.h (631B)
1 /* 2 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 3 * 4 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 5 */ 6 /** 7 * \file ctest_dnx_root.h 8 * 9 * Inlcude file for globals of root ctests for DNXdevices 10 */ 11 12 #ifndef _INCLUDE_CTEST_DNX_ROOT_H 13 #define _INCLUDE_CTEST_DNX_ROOT_H 14 15 #ifndef BCM_DNX_SUPPORT 16 #error "This file is for use by DNX (JR2) family only!" 17 #endif 18 19 #include <appl/diag/sand/diag_sand_framework.h> 20 21 extern sh_sand_man_t sh_dnx_ctest_man; 22 extern sh_sand_cmd_t sh_dnx_ctest_commands[]; 23 24 #endif /* _INCLUDE_CTEST_DNX_ROOT_H */