summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2021-12-19 11:10:17 +0000
committerriastradh <riastradh@NetBSD.org>2021-12-19 11:10:17 +0000
commitdb49fd80bbcc4b142b00f7cf68b08447acae3119 (patch)
tree9b05d501fa9de52070ec0f6a2568d5f1eab416c3 /sys/external/bsd/common/include/linux
parent5345fb43650d5f6e17b135bac6bb0ee2073cdeb7 (diff)
stub struct rcu_work
Author: Maya Rashish <maya@NetBSD.org> Committer: Taylor R Campbell <riastradh@NetBSD.org>
Diffstat (limited to 'sys/external/bsd/common/include/linux')
-rw-r--r--sys/external/bsd/common/include/linux/workqueue.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/external/bsd/common/include/linux/workqueue.h b/sys/external/bsd/common/include/linux/workqueue.h
index f926fc1eba5..4431a5affe3 100644
--- a/sys/external/bsd/common/include/linux/workqueue.h
+++ b/sys/external/bsd/common/include/linux/workqueue.h
@@ -1,4 +1,4 @@
-/* $NetBSD: workqueue.h,v 1.22 2021/12/19 11:03:49 riastradh Exp $ */
+/* $NetBSD: workqueue.h,v 1.23 2021/12/19 11:10:17 riastradh Exp $ */
/*-
* Copyright (c) 2013, 2018 The NetBSD Foundation, Inc.
@@ -87,6 +87,9 @@ struct delayed_work {
} dw_state;
};
+struct rcu_work {
+};
+
#define WQ_FREEZABLE __BIT(0)
#define WQ_HIGHPRI __BIT(1)
#define WQ_MEM_RECLAIM __BIT(2)