Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  *  S390 version
0004  *
0005  *  Derived from "include/asm-i386/shmparam.h"
0006  */
0007 #ifndef _ASM_S390_SHMPARAM_H
0008 #define _ASM_S390_SHMPARAM_H
0009 
0010 #define SHMLBA PAGE_SIZE                 /* attach addr a multiple of this */
0011 
0012 #endif /* _ASM_S390_SHMPARAM_H */