1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 23cb0eab2SDavid Howells /* 33cb0eab2SDavid Howells * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> 43cb0eab2SDavid Howells * Copyright (C) 2007-2009 PetaLogix 53cb0eab2SDavid Howells * Copyright (C) 2006 Atmark Techno, Inc. 63cb0eab2SDavid Howells * 73cb0eab2SDavid Howells * This file is subject to the terms and conditions of the GNU General Public 83cb0eab2SDavid Howells * License. See the file "COPYING" in the main directory of this archive 93cb0eab2SDavid Howells * for more details. 103cb0eab2SDavid Howells */ 113cb0eab2SDavid Howells 123cb0eab2SDavid Howells #ifndef _UAPI_ASM_MICROBLAZE_SETUP_H 133cb0eab2SDavid Howells #define _UAPI_ASM_MICROBLAZE_SETUP_H 143cb0eab2SDavid Howells 153cb0eab2SDavid Howells #define COMMAND_LINE_SIZE 256 163cb0eab2SDavid Howells 173cb0eab2SDavid Howells # ifndef __ASSEMBLY__ 183cb0eab2SDavid Howells 193cb0eab2SDavid Howells # endif /* __ASSEMBLY__ */ 203cb0eab2SDavid Howells #endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */ 21