swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 188e1f81ba31af1b65a2f3611df4c670b092bbac authored by Linus Torvalds on 17 June 2007, 02:09:12 UTC
Linux 2.6.22-rc5
Tip revision: 188e1f8
pata_platform.h
#ifndef __LINUX_PATA_PLATFORM_H
#define __LINUX_PATA_PLATFORM_H

struct 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;
};

#endif /* __LINUX_PATA_PLATFORM_H */
back to top