From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- 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