diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/spi-mem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spi-mem.h b/include/spi-mem.h index e68e2b50e85..36281a62f77 100644 --- a/include/spi-mem.h +++ b/include/spi-mem.h @@ -392,6 +392,7 @@ bool spi_mem_default_supports_op(struct spi_mem *mem, #endif /* __UBOOT__ */ int spi_mem_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op); +u64 spi_mem_calc_op_duration(struct spi_mem_op *op); bool spi_mem_supports_op(struct spi_slave *slave, const struct spi_mem_op *op); bool spi_mem_dtr_supports_op(struct spi_slave *slave, |
