source: rtems/c/src/exec/itron/src/rcv_mbf.c @ 5e77d129

4.104.114.84.95
Last change on this file since 5e77d129 was 9d9a3dd, checked in by Jennifer Averett <Jennifer.Averett@…>, on 11/17/99 at 16:47:58

+ Updated copyright information.

  • Property mode set to 100644
File size: 557 bytes
Line 
1/*
2 *  ITRON Message Buffer Manager
3 *
4 *  COPYRIGHT (c) 1989-1999.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.OARcorp.com/rtems/license.html.
10 *
11 *  $Id$
12 */
13
14#include <itron.h>
15
16#include <rtems/itron/msgbuffer.h>
17#include <rtems/itron/task.h>
18
19/*
20 *  rcv_mbf - Receive Message from MessageBuffer
21 */
22
23ER rcv_mbf(
24  VP   msg,
25  INT *p_msgsz,
26  ID   mbfid
27)
28{
29  return trcv_mbf(msg, p_msgsz, mbfid, TMO_FEVR);
30}
Note: See TracBrowser for help on using the repository browser.