HomeSort by relevance Sort by last modified time
    Searched defs:VBNV_BLOCK_SIZE (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/include/
vboot_nvstorage.h 12 #define VBNV_BLOCK_SIZE 16 /* Size of NV storage block in bytes */
16 uint8_t raw[VBNV_BLOCK_SIZE];
vboot_api.h 490 #define VBNV_BLOCK_SIZE 16 /* Size of NV storage block in bytes */
493 * Read the VBNV_BLOCK_SIZE-byte non-volatile storage into buf.
498 * Write the VBNV_BLOCK_SIZE-byte non-volatile storage from buf.
    [all...]

Completed in 35 milliseconds