sta2x11.h 313 B

123456789101112
  1. /*
  2. * Header file for STMicroelectronics ConneXt (STA2X11) IOHub
  3. */
  4. #ifndef __ASM_STA2X11_H
  5. #define __ASM_STA2X11_H
  6. #include <linux/pci.h>
  7. /* This needs to be called from the MFD to configure its sub-devices */
  8. struct sta2x11_instance *sta2x11_get_instance(struct pci_dev *pdev);
  9. #endif /* __ASM_STA2X11_H */