forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
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 */