ata_host_init(9)
NAME
ata_host_init - Initialize a host struct
SYNOPSIS
void ata_host_init(struct ata_host * host, struct device * dev,
unsigned long flags,
struct ata_port_operations * ops);
ARGUMENTS
- host
- host to initialize
- dev
- device host is attached to
- flags
- host flags
- ops
- port_ops
LOCKING
PCI/etc. bus probe sem.
AUTHOR
- Jeff Garzik
- Author.