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