From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:23:06 +0000
Subject: [PATCH] rk3568 rt uboot init

---
 u-boot/include/scsi.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/u-boot/include/scsi.h b/u-boot/include/scsi.h
index 7173912..23a275f 100644
--- a/u-boot/include/scsi.h
+++ b/u-boot/include/scsi.h
@@ -7,6 +7,9 @@
  #ifndef _SCSI_H
  #define _SCSI_H
 
+#include <asm/cache.h>
+#include <linux/dma-direction.h>
+
 struct scsi_cmd {
 	unsigned char		cmd[16];					/* command				   */
 	/* for request sense */
@@ -27,6 +30,7 @@
 	unsigned long		trans_bytes;			/* tranfered bytes		*/
 
 	unsigned int		priv;
+	enum dma_data_direction dma_dir;
 };
 
 /*-----------------------------------------------------------

--
Gitblit v1.6.2