fix gcc6 build error
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / secure_efuse.h
1 /*
2  * Copyright (C) 2014 Spreadtrum Communications Inc.
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License
6  * as published by the Free Software Foundation; either version 2
7  * of the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  */
15 #define PROG_OK     0
16 #define SHA1_ERR   -1
17 #define AES256_ERR -2
18 #define SHA256_ERR -3
19
20
21 #include <common.h>
22
23
24 int secure_efuse_program(void);
25
26