diff --git a/include/linux/errno.h b/include/linux/errno.h new file mode 100644 index 0000000000000000000000000000000000000000..4762ae91d016e57edac351814333bbf86ab5fa84 --- /dev/null +++ b/include/linux/errno.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_ERRNO_H +#define _LINUX_ERRNO_H + +#include + +#endif