blob: 6485f71c3b740da14ded83bff381a4ede81e5aa3 [file] [log] [blame]
#ifndef _C2K_OTP_H
#define _C2K_OTP_H
#include <common.h>
int otp_read(u32 s_addr, u8 *read_data, int size) ;
int otp_write(u32 offset, u8 *prog_data, int size);
void otp_lock(void);
#endif