xref: /openbmc/linux/arch/x86/include/asm/sta2x11.h (revision b2441318)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
235bdd290SAlessandro Rubini /*
335bdd290SAlessandro Rubini  * Header file for STMicroelectronics ConneXt (STA2X11) IOHub
435bdd290SAlessandro Rubini  */
535bdd290SAlessandro Rubini #ifndef __ASM_STA2X11_H
635bdd290SAlessandro Rubini #define __ASM_STA2X11_H
735bdd290SAlessandro Rubini 
835bdd290SAlessandro Rubini #include <linux/pci.h>
935bdd290SAlessandro Rubini 
1035bdd290SAlessandro Rubini /* This needs to be called from the MFD to configure its sub-devices */
1135bdd290SAlessandro Rubini struct sta2x11_instance *sta2x11_get_instance(struct pci_dev *pdev);
1235bdd290SAlessandro Rubini 
1335bdd290SAlessandro Rubini #endif /* __ASM_STA2X11_H */
14