OSDN Git Service

Add MB89352 header. x68k
authorYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 1 Dec 2021 12:15:55 +0000 (21:15 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 1 Dec 2021 12:15:55 +0000 (21:15 +0900)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/m68k/include/asm/scsi_spc.h [new file with mode: 0644]

diff --git a/arch/m68k/include/asm/scsi_spc.h b/arch/m68k/include/asm/scsi_spc.h
new file mode 100644 (file)
index 0000000..9b7c12d
--- /dev/null
@@ -0,0 +1,5 @@
+struct spc_platform_data {
+       int scsiid;
+       int parity;
+       int delay;
+};