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