162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * This file is provided under a dual BSD/GPLv2 license. When using or 462306a36Sopenharmony_ci * redistributing this file, you may do so under either license. 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * Copyright(c) 2021 Intel Corporation. All rights reserved. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef __SOUND_SOC_SOF_ACPI_H 1062306a36Sopenharmony_ci#define __SOUND_SOC_SOF_ACPI_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciextern const struct dev_pm_ops sof_acpi_pm; 1362306a36Sopenharmony_ciint sof_acpi_probe(struct platform_device *pdev, const struct sof_dev_desc *desc); 1462306a36Sopenharmony_ciint sof_acpi_remove(struct platform_device *pdev); 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif 17