summaryrefslogtreecommitdiffstats
path: root/arch/score/include/asm/errno.h
blob: 7cd3e1f07c0bbf646cde0a0afce6ad46be308649 (plain)
1
2
3
4
5
6
7
#ifndef _ASM_SCORE_ERRNO_H
#define _ASM_SCORE_ERRNO_H

#include <asm-generic/errno.h>
#define EMAXERRNO 1024

#endif /* _ASM_SCORE_ERRNO_H */