inwudriver-weibo/boot/flashboot/cmd/flash_secure.h

14 lines
237 B
C
Raw Permalink Normal View History

/* *
* Copyright (c) CompanyNameMagicTag 2018-2019. All rights reserved.
* Description: FLASH security
*/
#ifndef __FLASH_SECURE_H__
#define __FLASH_SECURE_H__
#define U8 1
#define U32 4
#define SHA256_LEN 0x20
#endif