diff options
Diffstat (limited to 'arch/score/include/asm/errno.h')
-rw-r--r-- | arch/score/include/asm/errno.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/score/include/asm/errno.h b/arch/score/include/asm/errno.h new file mode 100644 index 00000000000..7cd3e1f07c0 --- /dev/null +++ b/arch/score/include/asm/errno.h @@ -0,0 +1,7 @@ +#ifndef _ASM_SCORE_ERRNO_H +#define _ASM_SCORE_ERRNO_H + +#include <asm-generic/errno.h> +#define EMAXERRNO 1024 + +#endif /* _ASM_SCORE_ERRNO_H */ |