diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2020-07-14 18:57:31 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2020-07-14 18:57:31 +0000 |
| commit | 4a022f0e0697bcfe84f02eaf9d5cf193e01feec0 (patch) | |
| tree | c166446fa0cae3a16f85f687c804ea439729e01d /sys | |
| parent | a7f1b0cac972c5eba2e9602835e065b647f8a01f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/rtprio.h | 1 |
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 */ |
