From 9da09940e4313465c77a2531f4a4f918d7ad99ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Nov 1999 17:15:58 +0000 Subject: Split ITRON Message Buffer Manager into multiple files. --- cpukit/itron/src/snd_mbf.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cpukit/itron/src/snd_mbf.c (limited to 'cpukit/itron/src/snd_mbf.c') diff --git a/cpukit/itron/src/snd_mbf.c b/cpukit/itron/src/snd_mbf.c new file mode 100644 index 0000000000..bb8c23b077 --- /dev/null +++ b/cpukit/itron/src/snd_mbf.c @@ -0,0 +1,27 @@ +/* + * ITRON Message Buffer Manager + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. + * + * $Id$ + */ + +#include + +#include +#include + +/* + * snd_mbf - Send Message to MessageBuffer + */ + +ER snd_mbf( + ID mbfid, + VP msg, + INT msgsz +) +{ + return tsnd_mbf( mbfid, msg, msgsz, TMO_FEVR ); +} -- cgit v1.2.3