linux-surface/arch/s390/include/asm/mman.h
2017-08-10 09:25:24 -04:00

12 lines
176 B
C

/*
* S390 version
*
* Derived from "include/asm-i386/mman.h"
*/
#ifndef __S390_MMAN_H__
#define __S390_MMAN_H__
#include <uapi/asm/mman.h>
#endif /* __S390_MMAN_H__ */