License cleanup: add SPDX license identifier to uapi header files with no license
[linux-block.git] / arch / m68k / include / uapi / asm / param.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
f9847004
GU
2#ifndef _M68K_PARAM_H
3#define _M68K_PARAM_H
4
49148020 5#ifdef __uClinux__
f9847004 6#define EXEC_PAGESIZE 4096
49148020 7#else
f9847004
GU
8#define EXEC_PAGESIZE 8192
9#endif
10
291d7e95 11#include <asm-generic/param.h>
f9847004
GU
12
13#endif /* _M68K_PARAM_H */