sw_state_dump.h (410B)
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: sw_state_dump.h 8 * Purpose: 9 */ 10 11 #ifndef _SW_STATE_DUMP_H_ 12 #define _SW_STATE_DUMP_H_ 13 14 /* Functions */ 15 void sw_state_dump(char *file_name); 16 17 #endif /* _SOFTWARE_STATE_DUMP_H_ */ 18