Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * Based on arch/arm/include/asm/setup.h
0004  *
0005  * Copyright (C) 1997-1999 Russell King
0006  * Copyright (C) 2012 ARM Ltd.
0007  *
0008  * This program is free software; you can redistribute it and/or modify
0009  * it under the terms of the GNU General Public License version 2 as
0010  * published by the Free Software Foundation.
0011  *
0012  * This program is distributed in the hope that it will be useful,
0013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0015  * GNU General Public License for more details.
0016  *
0017  * You should have received a copy of the GNU General Public License
0018  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
0019  */
0020 #ifndef __ASM_SETUP_H
0021 #define __ASM_SETUP_H
0022 
0023 #include <linux/types.h>
0024 
0025 #define COMMAND_LINE_SIZE   2048
0026 
0027 #endif