remove libdss from Makefile
[GitHub/moto-9609/android_kernel_motorola_exynos9610.git] / arch / parisc / include / asm / shmparam.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _ASMPARISC_SHMPARAM_H
3#define _ASMPARISC_SHMPARAM_H
4
0ef36bd2
HD
5#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
6#define SHM_COLOUR 0x00400000 /* shared mappings colouring */
1da177e4
LT
7
8#endif /* _ASMPARISC_SHMPARAM_H */