RTEMS  5.0.0
Data Fields

RAM disk descriptor. More...

#include <ramdisk.h>

Data Fields

uint32_t block_size
 RAM disk block size, the media size.
 
rtems_blkdev_bnum block_num
 Number of blocks on this RAM disk.
 
void * area
 RAM disk memory area.
 
bool initialized
 RAM disk is initialized.
 
bool malloced
 Indicates if memory is allocated by malloc() for this RAM disk.
 
bool trace
 Trace enable.
 
bool free_at_delete_request
 Free the RAM disk at the block device delete request.
 

Detailed Description

RAM disk descriptor.


The documentation for this struct was generated from the following file: