Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.8.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
 4 */
 5#ifndef _ASM_SHMPARAM_H
 6#define _ASM_SHMPARAM_H
 7
 8#define __ARCH_FORCE_SHMLBA	1
 9
10#define	SHMLBA	SZ_64K		 /* attach addr a multiple of this */
11
12#endif /* _ASM_SHMPARAM_H */