Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Header file for STMicroelectronics ConneXt (STA2X11) IOHub
0004  */
0005 #ifndef __ASM_STA2X11_H
0006 #define __ASM_STA2X11_H
0007 
0008 #include <linux/pci.h>
0009 
0010 /* This needs to be called from the MFD to configure its sub-devices */
0011 struct sta2x11_instance *sta2x11_get_instance(struct pci_dev *pdev);
0012 
0013 #endif /* __ASM_STA2X11_H */