7 int luat_otp_read(int zone
, char* buff
, size_t offset
, size_t len
);
8 int luat_otp_write(int zone
, char* buff
, size_t offset
, size_t len
);
9 int luat_otp_erase(int zone
, size_t offset
, size_t len
);
10 int luat_otp_lock(int zone
);
11 size_t luat_otp_size(int zone
);