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_PCI_H 1062306a36Sopenharmony_ci#define __SOUND_SOC_SOF_PCI_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciextern const struct dev_pm_ops sof_pci_pm; 1362306a36Sopenharmony_ciint sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id); 1462306a36Sopenharmony_civoid sof_pci_remove(struct pci_dev *pci); 1562306a36Sopenharmony_civoid sof_pci_shutdown(struct pci_dev *pci); 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#endif 18