pata_platform.h

来自「linux 内核源代码」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef __LINUX_PATA_PLATFORM_H#define __LINUX_PATA_PLATFORM_Hstruct pata_platform_info {	/*	 * I/O port shift, for platforms with ports that are	 * constantly spaced and need larger than the 1-byte	 * spacing used by ata_std_ports().	 */	unsigned int ioport_shift;	/* 	 * Indicate platform specific irq types and initial	 * IRQ flags when call request_irq()	 */	unsigned int irq_flags;};#endif /* __LINUX_PATA_PLATFORM_H */

⌨️ 快捷键说明

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