xref: /openbmc/linux/arch/microblaze/include/uapi/asm/setup.h (revision 3cb0eab2db578345031c689d4ff9b70840271b5c)
1*3cb0eab2SDavid Howells /*
2*3cb0eab2SDavid Howells  * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
3*3cb0eab2SDavid Howells  * Copyright (C) 2007-2009 PetaLogix
4*3cb0eab2SDavid Howells  * Copyright (C) 2006 Atmark Techno, Inc.
5*3cb0eab2SDavid Howells  *
6*3cb0eab2SDavid Howells  * This file is subject to the terms and conditions of the GNU General Public
7*3cb0eab2SDavid Howells  * License. See the file "COPYING" in the main directory of this archive
8*3cb0eab2SDavid Howells  * for more details.
9*3cb0eab2SDavid Howells  */
10*3cb0eab2SDavid Howells 
11*3cb0eab2SDavid Howells #ifndef _UAPI_ASM_MICROBLAZE_SETUP_H
12*3cb0eab2SDavid Howells #define _UAPI_ASM_MICROBLAZE_SETUP_H
13*3cb0eab2SDavid Howells 
14*3cb0eab2SDavid Howells #define COMMAND_LINE_SIZE	256
15*3cb0eab2SDavid Howells 
16*3cb0eab2SDavid Howells # ifndef __ASSEMBLY__
17*3cb0eab2SDavid Howells 
18*3cb0eab2SDavid Howells # endif /* __ASSEMBLY__ */
19*3cb0eab2SDavid Howells #endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */
20