summaryrefslogtreecommitdiff
path: root/recovery/check/dtbcheck.h (plain)
blob: eb9691d30ee36426c9c8a0e641b73434c0d9d77b
1#ifndef _SECURITY_H_
2#define _SECURITY_H_
3
4#define DTB_IMG "dtb.img"
5
6extern unsigned int recovery_size1;
7
8typedef struct Dtb_Partition_s
9{
10 char partition_name[16];
11 unsigned int partition_size;
12}Dtb_Partition_S;
13
14
15#endif