source: rtems/c/src/optman/rtems/no-barrier.c @ 367ea7f

4.104.115
Last change on this file since 367ea7f was 367ea7f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/08 at 04:29:18

Revert previous patch.

  • Property mode set to 100644
File size: 496 bytes
Line 
1/*
2 *  Barrier Manager Stub
3 *
4 *  COPYRIGHT (c) 1989-2008.
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.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#include <rtems/system.h>
15#include <rtems/rtems/status.h>
16#include <rtems/rtems/support.h>
17#include <rtems/score/object.h>
18#include <rtems/rtems/barrier.h>
19
20void _Barrier_Manager_initialization(void)
21{
22}
Note: See TracBrowser for help on using the repository browser.