diff -r 30714bab3a04 -r ce1a65f06efc tool/MasterDevice.h --- a/tool/MasterDevice.h Wed Aug 13 13:21:35 2008 +0000 +++ b/tool/MasterDevice.h Wed Aug 13 13:23:52 2008 +0000 @@ -86,6 +86,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 setDebug(unsigned int); void sdoDownload(ec_ioctl_slave_sdo_download_t *); void sdoUpload(ec_ioctl_slave_sdo_upload_t *);