diff -r 88177083f137 -r 4f9c149fb71f master/master.h --- 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 */ }; /*****************************************************************************/