]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/sta2x11.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / sta2x11.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
35bdd290
AR
2/*
3 * Header file for STMicroelectronics ConneXt (STA2X11) IOHub
4 */
5#ifndef __ASM_STA2X11_H
6#define __ASM_STA2X11_H
7
8#include <linux/pci.h>
9
10/* This needs to be called from the MFD to configure its sub-devices */
11struct sta2x11_instance *sta2x11_get_instance(struct pci_dev *pdev);
12
13#endif /* __ASM_STA2X11_H */