Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASMPARISC_SHMPARAM_H |
2 | #define _ASMPARISC_SHMPARAM_H | ||||
3 | |||||
Helge Deller | 0ef36bd | 2014-04-09 19:49:28 +0200 | [diff] [blame] | 4 | #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ |
5 | #define SHM_COLOUR 0x00400000 /* shared mappings colouring */ | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
7 | #endif /* _ASMPARISC_SHMPARAM_H */ |