2026-01-21 18:59:54 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
|
|
|
#ifndef _UAPI_ASM_SW64_PARAM_H
|
|
|
|
|
#define _UAPI_ASM_SW64_PARAM_H
|
|
|
|
|
|
|
|
|
|
#define EXEC_PAGESIZE 8192
|
|
|
|
|
|
2026-01-29 22:25:33 +08:00
|
|
|
#include <asm-generic/param.h>
|
2026-01-21 18:59:54 +08:00
|
|
|
|
|
|
|
|
#endif /* _UAPI_ASM_SW64_PARAM_H */
|