13 lines
86 B
C
13 lines
86 B
C
|
#ifndef VAL_FLASH_H__
|
||
|
#define VAL_FLASH_H__
|
||
|
|
||
|
|
||
|
|
||
|
void validate_flash(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|