blob: 74f74e4d35b72bc353f458b1711a983c4ca97735 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _ASMPARISC_SHMPARAM_H
3#define _ASMPARISC_SHMPARAM_H
4
Helge Deller0ef36bd2014-04-09 19:49:28 +02005#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
6#define SHM_COLOUR 0x00400000 /* shared mappings colouring */
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8#endif /* _ASMPARISC_SHMPARAM_H */