aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/rtprio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/rtprio.h')
-rw-r--r--sys/sys/rtprio.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/rtprio.h b/sys/sys/rtprio.h
index ad107603c39d..97ad46940b54 100644
--- a/sys/sys/rtprio.h
+++ b/sys/sys/rtprio.h
@@ -75,8 +75,9 @@ struct rtprio {
};
#ifdef _KERNEL
-int rtp_to_pri(struct rtprio *, struct priority *);
-void pri_to_rtp(struct priority *, struct rtprio *);
+struct ksegrp;
+int rtp_to_pri(struct rtprio *, struct ksegrp *);
+void pri_to_rtp(struct ksegrp *, struct rtprio *);
#endif
#endif