blob: b2e4c67afa52c275ca82797e7b77b3a1c209eeb6 [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 */
Jeff Johnson295189b2012-06-20 16:38:30 -07006/*
Jeff Johnson295189b2012-06-20 16:38:30 -07007 * Airgo Networks, Inc proprietary. All rights reserved.
8 * This file sirCommon.h contains the common definitions used by all
9 * Firmware modules.
10 *
11 * Author: V. K. Kandarpa
12 * Date: 04/12/2002
13 * History:-
14 * Date Modified by Modification Information
15 * --------------------------------------------------------------------
16 */
17
18#ifndef __SIRCOMMON_H
19#define __SIRCOMMON_H
20
21#include "sirApi.h"
22#include "sirParams.h"
Jeff Johnson9acb7a32013-03-07 10:40:56 -080023#include "VossWrapper.h"
Jeff Johnson295189b2012-06-20 16:38:30 -070024
25/* ********************************************* *
26 * *
27 * SIRIUS SYSTEM EXTERNAL GLOBALS *
28 * *
29 * ********************************************* */
30
31
32// All the following are resource definitions
33
34#endif /* __SIRCOMMON_H */