From 05e59e5fb0064c97a1c10921ecd549f2d4a58565 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:14:40 +0000
Subject: [PATCH] add REDIRECT
---
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