Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #ifndef _LIBATA_TRANSPORT_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) #define _LIBATA_TRANSPORT_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) extern struct scsi_transport_template *ata_scsi_transport_template;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) int ata_tlink_add(struct ata_link *link);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) void ata_tlink_delete(struct ata_link *link);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) int ata_tport_add(struct device *parent, struct ata_port *ap);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) void ata_tport_delete(struct ata_port *ap);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) struct scsi_transport_template *ata_attach_transport(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) void ata_release_transport(struct scsi_transport_template *t);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) __init int libata_transport_init(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) void __exit libata_transport_exit(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) #endif