From 2f529f9b558ca1c1bd74be7437a84e4711743404 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 01 Nov 2024 02:11:33 +0000
Subject: [PATCH] add xenomai

---
 kernel/include/linux/regmap.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/include/linux/regmap.h b/kernel/include/linux/regmap.h
index 751ca38..4df7952 100644
--- a/kernel/include/linux/regmap.h
+++ b/kernel/include/linux/regmap.h
@@ -369,6 +369,7 @@
 	int (*reg_write)(void *context, unsigned int reg, unsigned int val);
 
 	bool fast_io;
+	bool oob_io;
 
 	unsigned int max_register;
 	const struct regmap_access_table *wr_table;

--
Gitblit v1.6.2