mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Added ENOENT and EAFNOSUPPORT
This commit is contained in:
@@ -122,6 +122,8 @@
|
|||||||
#define EIMGRET 0xd1
|
#define EIMGRET 0xd1
|
||||||
#define ETIMEDOUT 0xd2
|
#define ETIMEDOUT 0xd2
|
||||||
#define EINVAL 0xd3
|
#define EINVAL 0xd3
|
||||||
|
#define ENOENT 0xd4
|
||||||
|
#define EAFNOSUPPORT 0xd5
|
||||||
|
|
||||||
/* Data structures and declarations */
|
/* Data structures and declarations */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user