RTEMS 6.1-rc6
|
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. | |
RTEMS_SYSINIT_ITEM (_Partition_Manager_initialization, RTEMS_SYSINIT_CLASSIC_PARTITION, RTEMS_SYSINIT_ORDER_MIDDLE) | |
This source file contains the implementation of rtems_partition_create() and the Partition Manager system initialization.