rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright (C) 2016 MediaTek Inc. |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 11 | * See http://www.gnu.org/licenses/gpl-2.0.html for more details. |
| 12 | * |
| 13 | * brief Declaration of library functions |
| 14 | * Any definitions in this file will be shared among GLUE Layer and |
| 15 | * internal Driver Stack. |
| 16 | */ |
| 17 | |
| 18 | #ifndef _GPS_H_ |
| 19 | #define _GPS_H_ |
| 20 | |
| 21 | #include "wmt_core.h" |
| 22 | #include "wmt_dev.h" |
| 23 | #include "osal.h" |
| 24 | #include "mtk_wcn_consys_hw.h" |
| 25 | |
| 26 | extern phys_addr_t gConEmiPhyBase; |
| 27 | |
| 28 | |
| 29 | #endif |