RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / include / bcm_assert_log.h
blob45b51e41aa7bf91812a37c78b833d5c61678942b
1 /*
2 * Global ASSERT Logging Public Interface
4 * Copyright (C) 2012, Broadcom Corporation
5 * All Rights Reserved.
6 *
7 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
8 * the contents of this file may not be disclosed to third parties, copied
9 * or duplicated in any form, in whole or in part, without the prior
10 * written permission of Broadcom Corporation.
12 * $Id: bcm_assert_log.h 241182 2011-02-17 21:50:03Z $
14 #ifndef _WLC_ASSERT_LOG_H_
15 #define _WLC_ASSERT_LOG_H_
17 #include "wlioctl.h"
19 typedef struct bcm_assert_info bcm_assert_info_t;
21 extern void bcm_assertlog_init(void);
22 extern void bcm_assertlog_deinit(void);
23 extern int bcm_assertlog_get(void *outbuf, int iobuf_len);
25 extern void bcm_assert_log(char *str);
27 #endif /* _WLC_ASSERT_LOG_H_ */