summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux/workqueue.h
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2021-12-19 01:03:50 +0000
committerriastradh <riastradh@NetBSD.org>2021-12-19 01:03:50 +0000
commitb8227669ffa0652eb6ef226a5a736100eb778fd8 (patch)
tree9d2fab2b4481fffb4e39c5de05bd519e5d3d80f5 /sys/external/bsd/common/include/linux/workqueue.h
parent5ed94f061a723babc95f6e569162b5481f940879 (diff)
Namespacing for system_unbound_wq.
Diffstat (limited to 'sys/external/bsd/common/include/linux/workqueue.h')
-rw-r--r--sys/external/bsd/common/include/linux/workqueue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/external/bsd/common/include/linux/workqueue.h b/sys/external/bsd/common/include/linux/workqueue.h
index 0835a6c9723..000f08a118a 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.14 2021/12/19 00:49:00 riastradh Exp $ */
+/* $NetBSD: workqueue.h,v 1.15 2021/12/19 01:03:50 riastradh Exp $ */
/*-
* Copyright (c) 2013, 2018 The NetBSD Foundation, Inc.
@@ -57,6 +57,7 @@
#define schedule_work linux_schedule_work
#define system_long_wq linux_system_long_wq
#define system_power_efficient_wq linux_system_power_efficient_wq
+#define system_unbound_wq linux_system_unbound_wq
#define system_wq linux_system_wq
#define to_delayed_work linux_to_delayed_work