source: rtems/c/src/optman/rtems/no-dpmem.c @ e1b524c6

4.104.115
Last change on this file since e1b524c6 was e1b524c6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/08 at 03:43:02

Fix prototypes.

  • Property mode set to 100644
File size: 625 bytes
Line 
1/*
2 *  Dual Port Memory Manager
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/score/address.h>
16#include <rtems/score/object.h>
17#include <rtems/score/thread.h>
18#include <rtems/score/interr.h>
19
20#include <rtems/rtems/status.h>
21#include <rtems/rtems/types.h>
22#include <rtems/rtems/dpmem.h>
23
24void _Dual_ported_memory_Manager_initialization(uint32_t   maximum_ports)
25{
26}
Note: See TracBrowser for help on using the repository browser.