mirror of https://github.com/ipxe/ipxe.git
Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL
parent
8e1d7b8a4a
commit
0eb4d9973c
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue