ARM64: DTS: Add rk3399-firefly uart4 device, node as /dev/ttyS1
[firefly-linux-kernel-4.4.55.git] / asm / mman.h
1 #ifndef __METAG_MMAN_H__
2 #define __METAG_MMAN_H__
3
4 #include <uapi/asm/mman.h>
5
6 #ifndef __ASSEMBLY__
7 #define arch_mmap_check metag_mmap_check
8 int metag_mmap_check(unsigned long addr, unsigned long len,
9                      unsigned long flags);
10 #endif
11 #endif /* __METAG_MMAN_H__ */