summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-05 07:27:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-10 10:38:45 +0200
commite58f1cd381edf890c8021f7a7bd2a3428d4da30d (patch)
tree7d697b0011ae3926d2f196dde4ab7c4e42f13ac7
parentscore: Add thread pin/unpin support (diff)
downloadrtems-e58f1cd381edf890c8021f7a7bd2a3428d4da30d.tar.bz2
Add more dummy values to <sys/priority.h>
Update #3472.
-rw-r--r--cpukit/include/sys/priority.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/include/sys/priority.h b/cpukit/include/sys/priority.h
index 4b7c46b8c8..025de6290c 100644
--- a/cpukit/include/sys/priority.h
+++ b/cpukit/include/sys/priority.h
@@ -27,13 +27,15 @@
#ifndef _SYS_PRIORITY_H_
#define _SYS_PRIORITY_H_
-/* Dummy values to make the new network stack happy */
+/* Dummy values to make the libbsd happy */
#define PRI_MAX_ITHD 0
#define PI_NET 0
-#define PI_SWI(x) 0
+#define PI_DISK 0
#define PI_SOFT 0
+#define PI_SWI(x) 0
#define PRI_MIN_KERN 0
#define PVM 0
+#define PRIBIO 0
#define PZERO 0
#define PSOCK 0
#define PWAIT 0