forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/media/i2c/otp_eeprom.h
....@@ -182,6 +182,7 @@
182182 struct otp_info *otp;
183183 struct proc_dir_entry *procfs;
184184 char name[128];
185
+ struct mutex mutex;
185186 };
186187
187188 #endif /* OTP_EEPROM_HEAD_H */