155714Skris/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
255714Skris/*
355714Skris * This file is provided under a dual BSD/GPLv2 license.  When using or
455714Skris * redistributing this file, you may do so under either license.
555714Skris *
655714Skris * Copyright(c) 2021 Intel Corporation. All rights reserved.
755714Skris */
8296465Sdelphij
955714Skris#ifndef __SOUND_SOC_SOF_PCI_H
1055714Skris#define __SOUND_SOC_SOF_PCI_H
1155714Skris
1255714Skrisextern const struct dev_pm_ops sof_pci_pm;
1355714Skrisint sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id);
1455714Skrisvoid sof_pci_remove(struct pci_dev *pci);
15296465Sdelphijvoid sof_pci_shutdown(struct pci_dev *pci);
1655714Skris
1755714Skris#endif
1855714Skris