35#ifndef _UTILS_REFLASHBOOTLOADER_HXX_
36#define _UTILS_REFLASHBOOTLOADER_HXX_
Declares that a given piece of data has to be copied from one place in memory to a place in flash.
const uint8_t * src_address
address where to read the golden data from
uint8_t * dst_address
address in the flash space where to write
uint32_t length
number of bytes to write