xref: /wlan-driver/fw-api/hw/qca6290/11ax/v2/msmhwio.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 /*
2  * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for
5  * any purpose with or without fee is hereby granted, provided that the
6  * above copyright notice and this permission notice appear in all
7  * copies.
8  *
9  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16  * PERFORMANCE OF THIS SOFTWARE.
17  */
18 
19 #ifndef MSMHWIO_H
20 #define MSMHWIO_H
21 /*
22 ===========================================================================
23 */
24 /**
25   @file msmhwio.h
26 
27   Deprecated public interface include file for accessing the HWIO macro
28   definitions.
29 
30   The msmhwio.h file is the legacy public API interface to the HW I/O (HWIO)
31   register access definitions.  See HALhwio.h and DDIHWIO.h for the new
32   interfaces.
33 */
34 /*
35   ====================================================================
36   $Header: //components/rel/core.mpss/3.9.2/api/systemdrivers/msmhwio.h#1 $ $DateTime: 2016/01/19 23:36:58 $ $Author: pwbldsvc $
37   ====================================================================
38 */
39 
40 /*=========================================================================
41       Include Files
42 ==========================================================================*/
43 
44 /*
45  * Include main HWIO macros.
46  */
47 #include "HALhwio.h"
48 
49 
50 #endif /* MSMHWIO_H */
51 
52