Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
0002 /*
0003  * This file is provided under a dual BSD/GPLv2 license.  When using or
0004  * redistributing this file, you may do so under either license.
0005  *
0006  * Copyright(c) 2021 Intel Corporation. All rights reserved.
0007  */
0008 
0009 #ifndef __SOUND_SOC_SOF_PCI_H
0010 #define __SOUND_SOC_SOF_PCI_H
0011 
0012 extern const struct dev_pm_ops sof_pci_pm;
0013 int sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id);
0014 void sof_pci_remove(struct pci_dev *pci);
0015 void sof_pci_shutdown(struct pci_dev *pci);
0016 
0017 #endif