summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux/workqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/external/bsd/common/include/linux/workqueue.h')
-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)