summaryrefslogblamecommitdiffstats
path: root/c/src/optman/rtems/no-region.c
blob: cab64d7355fe39d60ba4093cfa16c5fd554ebdc5 (plain) (tree)
1
2
3
4
5
6
7
8
9



                  
                            
                                                    
  

                                                           
                                         




                         
                               
                               

                                

                               
                               

                                    
                            


 
/*
 *  Region Manager
 *
 *
 *  COPYRIGHT (c) 1989-1999.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 *
 *  $Id$
 */

#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/score/object.h>
#include <rtems/rtems/options.h>
#include <rtems/rtems/region.h>
#include <rtems/score/states.h>
#include <rtems/score/thread.h>
#include <rtems/score/interr.h>

void _Region_Manager_initialization(
  uint32_t   maximum_regions
)
{
}