linuxkpi: Add EBADRQC to errno.h
This is used in the amdgpu driver from Linux 5.2 Sponsored-by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D24807
This commit is contained in:
parent
a164a32b4d
commit
cfa985350d
@ -33,6 +33,8 @@
|
||||
|
||||
#include <sys/errno.h>
|
||||
|
||||
#define EBADRQC 56 /* Bad request code */
|
||||
|
||||
#define ECHRNG EDOM
|
||||
#define ETIME ETIMEDOUT
|
||||
#define ECOMM ESTALE
|
||||
|
Loading…
Reference in New Issue
Block a user