aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2760.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/slaves/w1_ds2760.h')
-rw-r--r--drivers/w1/slaves/w1_ds2760.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/w1/slaves/w1_ds2760.h b/drivers/w1/slaves/w1_ds2760.h
index f130242..ea39419 100644
--- a/drivers/w1/slaves/w1_ds2760.h
+++ b/drivers/w1/slaves/w1_ds2760.h
@@ -46,5 +46,7 @@ extern int w1_ds2760_read(struct device *dev, char *buf, int addr,
size_t count);
extern int w1_ds2760_write(struct device *dev, char *buf, int addr,
size_t count);
+extern int w1_ds2760_store_eeprom(struct device *dev, int addr);
+extern int w1_ds2760_recall_eeprom(struct device *dev, int addr);
#endif /* !__w1_ds2760_h__ */