arm-trusted-firmware/include/drivers
Juan Castillo 7e26fe1f05 IO Framework: use standard errno codes as return values
This patch redefines the values of IO_FAIL, IO_NOT_SUPPORTED and
IO_RESOURCES_EXHAUSTED to match the corresponding definitions in
errno.h:

    #define IO_FAIL                     (-ENOENT)
    #define IO_NOT_SUPPORTED            (-ENODEV)
    #define IO_RESOURCES_EXHAUSTED      (-ENOMEM)

NOTE: please note that the IO_FAIL, IO_NOT_SUPPORTED and
IO_RESOURCES_EXHAUSTED definitions are considered deprecated
and their usage should be avoided. Callers should rely on errno.h
definitions when checking the return values of IO functions.

Change-Id: Ic8491aa43384b6ee44951ebfc053a3ded16a80be
2015-10-23 16:57:52 +01:00
..
arm Merge pull request #401 from sandrine-bailleux/sb/fix-sp804-bug-v2 2015-09-30 15:18:15 +01:00
auth TBB: add mbedTLS authentication related libraries 2015-06-25 08:53:27 +01:00
io IO Framework: use standard errno codes as return values 2015-10-23 16:57:52 +01:00
ti/uart Driver for 16550 UART interface 2015-05-29 11:25:20 +05:30
console.h Use uintptr_t as base address type in ARM driver APIs 2015-07-09 11:53:32 +01:00
delay_timer.h Add a simple delay timer driver API 2015-06-17 13:13:54 +01:00