master/master.h
changeset 268 4f9c149fb71f
parent 251 c1d0b63a9302
child 275 ba51285d4ef6
--- a/master/master.h	Fri Jun 02 09:02:18 2006 +0000
+++ b/master/master.h	Fri Jun 02 12:01:47 2006 +0000
@@ -122,6 +122,8 @@
     int (*request_cb)(void *); /**< lock request callback */
     void (*release_cb)(void *); /**< lock release callback */
     void *cb_data; /**< data parameter of locking callbacks */
+
+    uint8_t eeprom_write_enable; /**< allow write operations to EEPROMs */
 };
 
 /*****************************************************************************/