aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/asm-generic/shmparam.h
blob: 8b78c0ba08b1f4a2326e677827b7e6d95ab39d9e (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_SHMPARAM_H
#define __ASM_GENERIC_SHMPARAM_H

#define SHMLBA PAGE_SIZE	 /* attach addr a multiple of this */

#endif /* _ASM_GENERIC_SHMPARAM_H */