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