RTEMS
5.0.0
|
Data Fields | |
rtems_chain_node | node |
const void * | blob |
const char * | name |
int | refs |
rtems_fdt_index | index |
A blob descriptor.
const void* rtems_fdt_blob::blob |
The FDT blob.
rtems_fdt_index rtems_fdt_blob::index |
The index used for quick access to items in the blob.
const char* rtems_fdt_blob::name |
The name of the blob.
rtems_chain_node rtems_fdt_blob::node |
The node's link in the chain.
int rtems_fdt_blob::refs |
The number of active references of the blob.