Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
libata-transport.h
Go to the documentation of this file.
1 #ifndef _LIBATA_TRANSPORT_H
2 #define _LIBATA_TRANSPORT_H
3 
4 
6 
7 int ata_tlink_add(struct ata_link *link);
8 void ata_tlink_delete(struct ata_link *link);
9 
10 int ata_tport_add(struct device *parent, struct ata_port *ap);
11 void ata_tport_delete(struct ata_port *ap);
12 
15 
17 void __exit libata_transport_exit(void);
18 #endif