1*4262a727SDavid Howells /* 2*4262a727SDavid Howells * Based on arch/arm/include/asm/setup.h 3*4262a727SDavid Howells * 4*4262a727SDavid Howells * Copyright (C) 1997-1999 Russell King 5*4262a727SDavid Howells * Copyright (C) 2012 ARM Ltd. 6*4262a727SDavid Howells * 7*4262a727SDavid Howells * This program is free software; you can redistribute it and/or modify 8*4262a727SDavid Howells * it under the terms of the GNU General Public License version 2 as 9*4262a727SDavid Howells * published by the Free Software Foundation. 10*4262a727SDavid Howells * 11*4262a727SDavid Howells * This program is distributed in the hope that it will be useful, 12*4262a727SDavid Howells * but WITHOUT ANY WARRANTY; without even the implied warranty of 13*4262a727SDavid Howells * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14*4262a727SDavid Howells * GNU General Public License for more details. 15*4262a727SDavid Howells * 16*4262a727SDavid Howells * You should have received a copy of the GNU General Public License 17*4262a727SDavid Howells * along with this program. If not, see <http://www.gnu.org/licenses/>. 18*4262a727SDavid Howells */ 19*4262a727SDavid Howells #ifndef __ASM_SETUP_H 20*4262a727SDavid Howells #define __ASM_SETUP_H 21*4262a727SDavid Howells 22*4262a727SDavid Howells #include <linux/types.h> 23*4262a727SDavid Howells 24*4262a727SDavid Howells #define COMMAND_LINE_SIZE 2048 25*4262a727SDavid Howells 26*4262a727SDavid Howells #endif 27