blob: 41adbac7508d94a699ba53062af79d2a8ce7e106 [file] [log] [blame]
/* Copyright (c) 2011 The Regents of the University of California
* Barret Rhoden <brho@cs.berkeley.edu>
* See LICENSE for details.
*
* Unbounded concurrent queues, kernel side. Check k/i/r/ucq.h or the
* Documentation for more info. */
#ifndef ROS_KERN_UCQ_H
#define ROS_KERN_UCQ_H
#include <ros/ucq.h>
#include <process.h>
void send_ucq_msg(struct ucq *ucq, struct proc *p, struct event_msg *msg);
#endif /* ROS_KERN_UCQ_H */