iseries_fixup.h
来自「这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自」· 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 + -
显示快捷键?