aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/sctp/stream_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/stream_sched.h')
-rw-r--r--include/net/sctp/stream_sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sctp/stream_sched.h b/include/net/sctp/stream_sched.h
index fa00dc20a0d7..572d73fdcd5e 100644
--- a/include/net/sctp/stream_sched.h
+++ b/include/net/sctp/stream_sched.h
@@ -58,5 +58,7 @@ void sctp_sched_ops_register(enum sctp_sched_type sched,
struct sctp_sched_ops *sched_ops);
void sctp_sched_ops_prio_init(void);
void sctp_sched_ops_rr_init(void);
+void sctp_sched_ops_fc_init(void);
+void sctp_sched_ops_wfq_init(void);
#endif /* __sctp_stream_sched_h__ */