mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
Bug 3750163 Change-Id: I7747bbcc8192cb1302e6650af24cade048cf5a0f Signed-off-by: Revanth Kumar Uppala <ruppala@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2765115 Reviewed-by: Shobek Attupurath <sattupurath@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
10 lines
302 B
C
10 lines
302 B
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
/* Copyright (c) 2019-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
|
|
|
#ifndef _BLUEDROID_PM_H
|
|
#define _BLUEDROID_PM_H
|
|
void bluedroid_pm_set_ext_state(bool blocked);
|
|
void bt_wlan_lock(void);
|
|
void bt_wlan_unlock(void);
|
|
#endif /* _BLUEDROID_PM_H */
|