18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Header file for STMicroelectronics ConneXt (STA2X11) IOHub 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci#ifndef __ASM_STA2X11_H 68c2ecf20Sopenharmony_ci#define __ASM_STA2X11_H 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#include <linux/pci.h> 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci/* This needs to be called from the MFD to configure its sub-devices */ 118c2ecf20Sopenharmony_cistruct sta2x11_instance *sta2x11_get_instance(struct pci_dev *pdev); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* __ASM_STA2X11_H */ 14