📄 iseries_fixup.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -