iPXE
|
Linux platform error codes. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Linux platform error codes.
Linux error codes all fit inside 8 bits, so we just use them directly as our platform error codes.
Definition in file linux.h.
#define PLATFORM_TO_ERRNO | ( | platform | ) | ( (platform) & 0xff ) |
#define PLATFORM_ENOTSUP PLATFORM_EOPNOTSUPP |
#define PLATFORM_EWOULDBLOCK PLATFORM_EAGAIN |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |