From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 05 Jan 2024 08:39:27 +0000
Subject: [PATCH] change wifi driver to cypress
---
kernel/arch/sparc/include/uapi/asm/ioctls.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/kernel/arch/sparc/include/uapi/asm/ioctls.h b/kernel/arch/sparc/include/uapi/asm/ioctls.h
index 2df5271..7fd2f58 100644
--- a/kernel/arch/sparc/include/uapi/asm/ioctls.h
+++ b/kernel/arch/sparc/include/uapi/asm/ioctls.h
@@ -27,6 +27,8 @@
#define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
#define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485)
#define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485)
+#define TIOCGISO7816 _IOR('T', 0x43, struct serial_iso7816)
+#define TIOCSISO7816 _IOWR('T', 0x44, struct serial_iso7816)
/* Note that all the ioctls that are not available in Linux have a
* double underscore on the front to: a) avoid some programs to
--
Gitblit v1.6.2