blob: bab853d361c506a8fb1e93baca615a649234099f (
plain)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_SETUP_H
#define _ASM_POWERPC_SETUP_H
#define COMMAND_LINE_SIZE 2048
#endif /* _ASM_POWERPC_SETUP_H */
|