mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL
This commit is contained in:
@@ -118,7 +118,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define ENOMEM PXENV_STATUS_OUT_OF_RESOURCES
|
||||
#define ENOERR 0x00
|
||||
#define ENOMEM PXENV_STATUS_OUT_OF_RESOURCES
|
||||
#define EBADIMG 0xd0
|
||||
#define EIMGRET 0xd1
|
||||
#define ETIMEDOUT 0xd2
|
||||
#define EINVAL 0xd3
|
||||
|
||||
/* Data structures and declarations */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user