arm-trusted-firmware/include/drivers/io
Yann Gautier 70cb0bff7d io: change seek offset to signed long long
IO seek offset can be set to values above UINT32_MAX, this change
changes the seek offset argument from 'ssize_t' to 'signed long long'.
Fixing platform seek functions to match the new interface update.

Change-Id: I25de83b3b7abe5f52a7b0fee36f71e60cac9cfcb
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
2020-01-10 21:14:57 +01:00
..
io_block.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
io_driver.h io: change seek offset to signed long long 2020-01-10 21:14:57 +01:00
io_dummy.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
io_fip.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
io_memmap.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
io_semihosting.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
io_storage.h io: change seek offset to signed long long 2020-01-10 21:14:57 +01:00