diff options
Diffstat (limited to 'include/asm-sh64/fcntl.h')
-rw-r--r-- | include/asm-sh64/fcntl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sh64/fcntl.h b/include/asm-sh64/fcntl.h new file mode 100644 index 000000000000..ffcc36c64fa5 --- /dev/null +++ b/include/asm-sh64/fcntl.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef __ASM_SH64_FCNTL_H | ||
2 | #define __ASM_SH64_FCNTL_H | ||
3 | |||
4 | #include <asm-sh/fcntl.h> | ||
5 | |||
6 | #endif /* __ASM_SH64_FCNTL_H */ | ||
7 | |||