License cleanup: add SPDX license identifier to uapi header files with a license
[linux-2.6-block.git] / arch / mn10300 / include / uapi / asm / param.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
b920de1b
DH
2/* MN10300 Kernel parameters
3 *
4 * Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd.
5 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public Licence
9 * as published by the Free Software Foundation; either version
10 * 2 of the Licence, or (at your option) any later version.
11 */
12#ifndef _ASM_PARAM_H
13#define _ASM_PARAM_H
14
b0b8c552 15#include <asm-generic/param.h>
b920de1b 16
b920de1b
DH
17#define COMMAND_LINE_SIZE 256
18
19#endif /* _ASM_PARAM_H */