aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2020-07-14 18:57:31 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2020-07-14 18:57:31 +0000
commit4a022f0e0697bcfe84f02eaf9d5cf193e01feec0 (patch)
treec166446fa0cae3a16f85f687c804ea439729e01d /sys
parenta7f1b0cac972c5eba2e9602835e065b647f8a01f (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/rtprio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/rtprio.h b/sys/sys/rtprio.h
index 5291560307426..a950e9a459c76 100644
--- a/sys/sys/rtprio.h
+++ b/sys/sys/rtprio.h
@@ -44,6 +44,7 @@
/* priority types. Start at 1 to catch uninitialized fields. */
+#define RTP_PRIO_ITHD PRI_ITHD /* Interrupt thread. */
#define RTP_PRIO_REALTIME PRI_REALTIME /* real time process */
#define RTP_PRIO_NORMAL PRI_TIMESHARE /* time sharing process */
#define RTP_PRIO_IDLE PRI_IDLE /* idle process */