1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Header file for STMicroelectronics ConneXt (STA2X11) IOHub
5 #ifndef __ASM_STA2X11_H
6 #define __ASM_STA2X11_H
10 /* This needs to be called from the MFD to configure its sub-devices */
11 struct sta2x11_instance
*sta2x11_get_instance(struct pci_dev
*pdev
);
13 #endif /* __ASM_STA2X11_H */