summaryrefslogblamecommitdiffstats
path: root/cpukit/rtems/src/partdata.c
blob: 8f6c5b45315d1a322cad69d4dd50c902b36512c4 (plain) (tree)





















                                                           
/*
 *  Partition Manager -- Instantiate Data
 *
 *  COPYRIGHT (c) 1989-2007.
 *  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$
 */

#if HAVE_CONFIG_H
#include "config.h"
#endif

/* instantiate RTEMS partition data */
#define RTEMS_PART_EXTERN

#include <rtems/system.h>
#include <rtems/rtems/part.h>