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 00000000000..ffcc36c64fa --- /dev/null +++ b/include/asm-sh64/fcntl.h @@ -0,0 +1,7 @@ +#ifndef __ASM_SH64_FCNTL_H +#define __ASM_SH64_FCNTL_H + +#include <asm-sh/fcntl.h> + +#endif /* __ASM_SH64_FCNTL_H */ + |