|
libubootenv
|
#include <uboot_private.h>
Public Member Functions | |
| LIST_ENTRY (var_entry) next | |
Public Attributes | |
| char * | name |
| char * | value |
| type_attribute | type |
| access_attribute | access |
Internal structure for an environment variable
| var_entry::LIST_ENTRY | ( | var_entry | ) |
Pointer to next element in the list
| access_attribute var_entry::access |
Permissions for the variable
| char* var_entry::name |
Variable's name
| type_attribute var_entry::type |
Type of the variable, see access_attribute
| char* var_entry::value |
Variable's value