blob: efdccafa9f4cbd33547626314283a3387d5ba1de [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Kiet Lamaa8e15a2014-02-11 23:30:06 -08002 * Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
3 * All Rights Reserved.
4 * Qualcomm Atheros Confidential and Proprietary.
Gopichand Nakkala92f07d82013-01-08 21:16:34 -08005 */
6/*
Jeff Johnson8f7d7f92013-02-22 21:46:45 -08007 * Copyright (c) 2011-2013 Qualcomm Atheros, Inc.
8 * All Rights Reserved.
9 * Qualcomm Atheros Confidential and Proprietary.
Jeff Johnson295189b2012-06-20 16:38:30 -070010 *
11 * Woodside Networks, Inc proprietary. All rights reserved
12 * sysStartup.h: System startup header file.
13 * Author: V. K. Kandarpa
14 * Date: 01/29/2002
15 *
16 * History:-
17 * Date Modified by Modification Information
18 * --------------------------------------------------------------------------
19 *
20 */
21
22# ifndef __SYSSTARTUP_H
23# define __SYSSTARTUP_H
24
Jeff Johnson295189b2012-06-20 16:38:30 -070025#include "sirParams.h"
26
27/* Defines */
28
29/* Function */
30
31extern void sysMACCleanup(void *);
Jeff Johnson295189b2012-06-20 16:38:30 -070032extern tSirRetStatus sysBbtProcessMessageCore(struct sAniSirGlobal *, tpSirMsgQ,
33 tANI_U32, tANI_U32);
34
35
36# endif /* __SYSSTARTUP_H */