cmd_cint.h (564B)
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 * File: cmd_cint.h 8 * Purpose: Interfaces to diag shell CINT functions 9 * 10 * Note - this file needs to be includable by cint_yy.h, so cannot include any 11 * SDK interfaces directly. 12 */ 13 14 #ifndef _CMD_CINT_H_ 15 #define _CMD_CINT_H_ 16 17 extern int cmd_cint_initialize(void); 18 extern void cmd_cint_fatal_error(char *msg); 19 20 21 #endif /* _CMD_CINT_H_ */