diff options
Diffstat (limited to 'include/asm-m32r/errno.h')
-rw-r--r-- | include/asm-m32r/errno.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-m32r/errno.h b/include/asm-m32r/errno.h new file mode 100644 index 000000000000..7a98520194a7 --- /dev/null +++ b/include/asm-m32r/errno.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef _ASM_M32R_ERRNO_H | ||
2 | #define _ASM_M32R_ERRNO_H | ||
3 | |||
4 | /* $Id$ */ | ||
5 | |||
6 | #include <asm-generic/errno.h> | ||
7 | |||
8 | #endif /* _ASM_M32R_ERRNO_H */ | ||
9 | |||