summaryrefslogtreecommitdiff
path: root/xen/arch/x86/include/asm/traps.h
blob: 01ef362edc8cf9db46b1063ea9eb87611fef6bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (c) 2007, 2008 Advanced Micro Devices, Inc.
 * Author: Christoph Egger <Christoph.Egger@amd.com>
 */

#ifndef ASM_TRAP_H
#define ASM_TRAP_H

const char *vector_name(unsigned int vec);

#endif /* ASM_TRAP_H */

/*
 * Local variables:
 * mode: C
 * c-file-style: "BSD"
 * c-basic-offset: 4
 * tab-width: 4
 * indent-tabs-mode: nil
 * End:
 */