]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/xtensa/include/uapi/asm/setup.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / xtensa / include / uapi / asm / setup.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
9a8fd558
CZ
2/*
3 * include/asm-xtensa/setup.h
4 *
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.
8 *
9 * Copyright (C) 2001 - 2005 Tensilica Inc.
10 */
11
12#ifndef _XTENSA_SETUP_H
13#define _XTENSA_SETUP_H
14
15#define COMMAND_LINE_SIZE 256
16
f9aa7e18
DH
17extern void set_except_vector(int n, void *addr);
18
9a8fd558 19#endif