1 /* Copyright (c) 2011 The Regents of the University of California
2 * Barret Rhoden <brho@cs.berkeley.edu>
3 * See LICENSE for details.
5 * Unbounded concurrent queues, kernel side. Check k/i/r/ucq.h or the
6 * Documentation for more info. */
14 void send_ucq_msg(struct ucq *ucq, struct proc *p, struct event_msg *msg);
16 #endif /* ROS_KERN_UCQ_H */