License cleanup: add SPDX license identifier to uapi header files with a license
[linux/fpc-iii.git] / arch / xtensa / include / uapi / asm / setup.h
blob57e6c210e84f524ed46677c91c30087095f27d68
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3 * include/asm-xtensa/setup.h
5 * This file is subject to the terms and conditions of the GNU General Public
6 * License. See the file "COPYING" in the main directory of this archive
7 * for more details.
9 * Copyright (C) 2001 - 2005 Tensilica Inc.
12 #ifndef _XTENSA_SETUP_H
13 #define _XTENSA_SETUP_H
15 #define COMMAND_LINE_SIZE 256
17 extern void set_except_vector(int n, void *addr);
19 #endif