ctest_dnxf_root.h (642B)
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_dnxf_root.h 8 * 9 * Inlcude file for globals of root ctests for DNXF devices 10 */ 11 12 #ifndef _INCLUDE_CTEST_DNXF_ROOT_H 13 #define _INCLUDE_CTEST_DNXF_ROOT_H 14 15 #ifndef BCM_DNXF_SUPPORT 16 #error "This file is for use by DNXF (RAMON) family only!" 17 #endif 18 19 #include <appl/diag/sand/diag_sand_framework.h> 20 21 extern sh_sand_man_t sh_dnxf_ctest_man; 22 extern sh_sand_cmd_t sh_dnxf_ctest_commands[]; 23 24 #endif /* _INCLUDE_CTEST_DNX_ROOT_H */