|
RTEMS
|
RTEMS Partition Create. More...
#include <rtems/rtems/partimpl.h>#include <rtems/rtems/attrimpl.h>#include <rtems/rtems/support.h>#include <rtems/score/threaddispatch.h>#include <rtems/score/sysstate.h>#include <rtems/sysinit.h>Go to the source code of this file.
Enumerations | |
| enum | { _Sysinit__Partition_Manager_initialization = 0x00100080 } |
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... | |
| static void | _Partition_Manager_initialization (void) |
Variables | |
| rtems_sysinit_item const | _Linker_set__Sysinit__Partition_Manager_initialization = { _Partition_Manager_initialization } |
RTEMS Partition Create.
Definition in file partcreate.c.
1.8.14