diff options
Diffstat (limited to 'include/linux/errno.h')
-rw-r--r-- | include/linux/errno.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/errno.h b/include/linux/errno.h new file mode 100644 index 0000000..4762ae9 --- /dev/null +++ b/include/linux/errno.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_ERRNO_H +#define _LINUX_ERRNO_H + +#include <asm-generic/errno.h> + +#endif |