110 * The MBR is 512 Bytes long. That is normally one block to be read.
111 * \param *from device from which the mbr is read
112 * \param *to whe mbr structure in which the data is parsed
113 * \return MBR_SUCCESS on success, MBR_ERROR_DISKIO_ERROR if there was a problem reading the block or MBR_ERROR_NO_MBR_FOUND when there is no MBR on this device.