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:
Emmanuel Vadot 2020-05-13 07:49:12 +00:00
parent a164a32b4d
commit cfa985350d

View File

@ -33,6 +33,8 @@
#include <sys/errno.h>
#define EBADRQC 56 /* Bad request code */
#define ECHRNG EDOM
#define ETIME ETIMEDOUT
#define ECOMM ESTALE