libubootenv
|
#include <libuboot.h>
Public Attributes | |
char * | devname |
long long int | offset |
size_t | envsize |
size_t | sectorsize |
unsigned long | envsectors |
Configuration passed in initialization
char* uboot_env_device::devname |
path to device or file where env is stored
unsigned long uboot_env_device::envsectors |
Number of sectors for each environment
size_t uboot_env_device::envsize |
size of environment
long long int uboot_env_device::offset |
Start offset inside device path
size_t uboot_env_device::sectorsize |
Size of sector (for MTD)