1 // © 2021 Qualcomm Innovation Center, Inc. All rights reserved. 2 // 3 // SPDX-License-Identifier: BSD-3-Clause 4 5 void 6 platform_pmu_hw_irq_deactivate(void) REQUIRE_PREEMPT_DISABLED; 7 8 bool 9 platform_pmu_is_hw_irq_pending(void); 10
1 // © 2021 Qualcomm Innovation Center, Inc. All rights reserved. 2 // 3 // SPDX-License-Identifier: BSD-3-Clause 4 5 void 6 platform_pmu_hw_irq_deactivate(void) REQUIRE_PREEMPT_DISABLED; 7 8 bool 9 platform_pmu_is_hw_irq_pending(void); 10