linux-loongson/arch/microblaze/include/uapi/asm/setup.h
Thomas Huth 01a9664e0d microblaze: Remove empty #ifndef __ASSEMBLY__ statement
Likely an unnecessary remainder of the scripted UAPI cleanup that
happened long ago...

Signed-off-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/r/20240502173132.57098-1-thuth@redhat.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
2024-10-23 08:14:20 +02:00

18 lines
532 B
C

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
* Copyright (C) 2007-2009 PetaLogix
* Copyright (C) 2006 Atmark Techno, Inc.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#ifndef _UAPI_ASM_MICROBLAZE_SETUP_H
#define _UAPI_ASM_MICROBLAZE_SETUP_H
#define COMMAND_LINE_SIZE 256
#endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */