Linux-libre 4.14.68-gnu
[librecmc/linux-libre.git] / arch / mn10300 / include / uapi / asm / param.h
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
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
15 #include <asm-generic/param.h>
16
17 #define COMMAND_LINE_SIZE 256
18
19 #endif /* _ASM_PARAM_H */