From 04dd17822334871b23ea2862f7798fb0e0007777 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 11 May 2024 08:53:19 +0000
Subject: [PATCH] change otg to host mode

---
 kernel/include/linux/ata_platform.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/kernel/include/linux/ata_platform.h b/kernel/include/linux/ata_platform.h
index ff21202..9cafec9 100644
--- a/kernel/include/linux/ata_platform.h
+++ b/kernel/include/linux/ata_platform.h
@@ -19,7 +19,8 @@
 				 struct resource *irq_res,
 				 unsigned int ioport_shift,
 				 int __pio_mask,
-				 struct scsi_host_template *sht);
+				 struct scsi_host_template *sht,
+				 bool use16bit);
 
 /*
  * Marvell SATA private data

--
Gitblit v1.6.2