RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Functions
part.h File Reference
#include <rtems/rtems/attr.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
Include dependency graph for part.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Partition_Control
 The following defines the control block used to manage each partition. More...
 

Functions

rtems_status_code rtems_partition_create (rtems_name name, void *starting_address, uint32_t length, uint32_t buffer_size, rtems_attribute attribute_set, rtems_id *id)
 RTEMS Partition Create. More...
 
rtems_status_code rtems_partition_ident (rtems_name name, uint32_t node, rtems_id *id)
 RTEMS Partition Ident. More...
 
rtems_status_code rtems_partition_delete (rtems_id id)
 RTEMS Delete Partition. More...
 
rtems_status_code rtems_partition_get_buffer (rtems_id id, void **buffer)
 RTEMS Get Partition Buffer. More...
 
rtems_status_code rtems_partition_return_buffer (rtems_id id, void *buffer)
 rtems_partition_return_buffer More...