blob: b195a98479ac6b068561e70ab50731d8c5c593ea [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 Johnson295189b2012-06-20 16:38:30 -07007 *
8 * Airgo Networks, Inc proprietary. All rights reserved.
9 * sysWinStartup.cpp: System startup file for Windows platform.
10 * Author: Rajesh Bhagwat
11 * Date: 11/01/02
12 * History:-
13 * 11/01/02 Created.
14 * --------------------------------------------------------------------
15 *
16 */
17
18#include "limApi.h"
19
20#include "utilsApi.h"
21#include "sysEntryFunc.h"
22#include "sysStartup.h"
23#include "cfgApi.h"
24
25// Routine used to retrieve the Winwrapper context pointer from the pMac structure
26extern tpAniSirTxWrapper sysGetTxWrapperContext(void *);
27
28
29tpAniSirTxWrapper
30sysGetTxWrapperContext(void *pMac)
31{
32 return &((tpAniSirGlobal)(pMac))->txWrapper;
33}