Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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