iseries_fixup.h

来自「多年来」· C头文件 代码 · 共 26 行

H
26
字号
#ifndef	__ISERIES_FIXUP_H__#define	__ISERIES_FIXUP_H__#include <linux/pci.h>#ifdef __cplusplusextern "C" {#endifvoid iSeries_fixup (void);void iSeries_fixup_bus (struct pci_bus*);unsigned int iSeries_scan_slot (struct pci_dev*, __u16, __u8, __u8);/* Need to store information related to the PHB bucc and make it accessible to the hose */struct iSeries_hose_arch_data {	__u32 hvBusNumber;};#ifdef __cplusplus}#endif#endif /* __ISERIES_FIXUP_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?