1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Include file for the interface to IST BIOS
4 * Copyright 2002 Andy Grover <andrew.grover@intel.com>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2, or (at your option) any
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 #ifndef _UAPI_ASM_X86_IST_H
17 #define _UAPI_ASM_X86_IST_H
21 #include <linux/types.h>
30 #endif /* _UAPI_ASM_X86_IST_H */