Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
ata
libata-transport.h
Go to the documentation of this file.
1
#ifndef _LIBATA_TRANSPORT_H
2
#define _LIBATA_TRANSPORT_H
3
4
5
extern
struct
scsi_transport_template
*
ata_scsi_transport_template
;
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
13
struct
scsi_transport_template
*
ata_attach_transport
(
void
);
14
void
ata_release_transport
(
struct
scsi_transport_template
*
t
);
15
16
__init
int
libata_transport_init
(
void
);
17
void
__exit
libata_transport_exit
(
void
);
18
#endif
Generated on Thu Jan 10 2013 13:24:42 for Linux Kernel by
1.8.2