RTEMS 6.1-rc1
Functions
partcreate.c File Reference

This source file contains the implementation of rtems_partition_create() and the Partition Manager system initialization. More...

#include <rtems/rtems/partimpl.h>
#include <rtems/rtems/attrimpl.h>
#include <rtems/rtems/support.h>
#include <rtems/score/address.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/sysstate.h>
#include <rtems/sysinit.h>

Functions

rtems_status_code rtems_partition_create (rtems_name name, void *starting_address, uintptr_t length, size_t buffer_size, rtems_attribute attribute_set, rtems_id *id)
 Creates a partition. More...
 
 RTEMS_SYSINIT_ITEM (_Partition_Manager_initialization, RTEMS_SYSINIT_CLASSIC_PARTITION, RTEMS_SYSINIT_ORDER_MIDDLE)
 

Detailed Description

This source file contains the implementation of rtems_partition_create() and the Partition Manager system initialization.