forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 223293205a7265c8b02882461ba8996650048ade
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 */