diff options
Diffstat (limited to 'include/asm-um/fcntl.h')
-rw-r--r-- | include/asm-um/fcntl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/fcntl.h b/include/asm-um/fcntl.h new file mode 100644 index 00000000000..812a65446d9 --- /dev/null +++ b/include/asm-um/fcntl.h @@ -0,0 +1,6 @@ +#ifndef __UM_FCNTL_H +#define __UM_FCNTL_H + +#include "asm/arch/fcntl.h" + +#endif |