diff -r 57020c731092 -r 3c886ec376f5 tool/MasterDevice.h --- a/tool/MasterDevice.h Wed Apr 08 12:10:01 2009 +0000 +++ b/tool/MasterDevice.h Wed Apr 08 12:48:59 2009 +0000 @@ -109,8 +109,8 @@ void getSdoEntry(ec_ioctl_slave_sdo_entry_t *, uint16_t, int, uint8_t); void readSii(ec_ioctl_slave_sii_t *); void writeSii(ec_ioctl_slave_sii_t *); - void readPhy(ec_ioctl_slave_phy_t *); - void writePhy(ec_ioctl_slave_phy_t *); + void readReg(ec_ioctl_slave_reg_t *); + void writeReg(ec_ioctl_slave_reg_t *); void setDebug(unsigned int); void sdoDownload(ec_ioctl_slave_sdo_download_t *); void sdoUpload(ec_ioctl_slave_sdo_upload_t *);