tizen 2.4 release
[kernel/u-boot-tm1.git] / include / efuse_operate.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 #ifndef _EFUSE_OPERATE_H_
16 #define _EFUSE_OPERATE_H_
17
18 #include <common.h>
19
20 int arm7_key_write( char *key, u32 count);
21 int arm7_key_read( char *key, u32 count);
22 int efuse_hash_write_1( char *hash, u32 count);
23 int efuse_hash_read_1(char *hash, u32 count);
24 int efuse_uid_read(char *uid, int count);
25
26 #endif/*_EFUSE_OPERATE_H_*/