From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- 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