cmdebug.h (379B)
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-2019 Broadcom Inc. All rights reserved. 6 */ 7 8 #ifndef _SOC_CM_DEBUG_H 9 #define _SOC_CM_DEBUG_H 10 11 #include <sal/types.h> 12 #include <sal/core/libc.h> 13 14 extern int soc_cm_dump(int dev); 15 16 #endif /* !_SOC_CM_DEBUG_H */