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



                     
                            
                                                    
  

                                                           
                                         




                         
                               

                                
                             
                               
                               

                                       
                               


 
/*
 *  Partition 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/address.h>
#include <rtems/score/object.h>
#include <rtems/rtems/part.h>
#include <rtems/score/thread.h>
#include <rtems/score/interr.h>

void _Partition_Manager_initialization(
  uint32_t   maximum_partitions
)
{
}