blob: 8ee00c642d381fe1928e9d50358ef021b3c693fd [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);
int otp_lock(void);
#endif