1*3e0a4e85SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 2bb898558SAl Viro /* 3bb898558SAl Viro * Include file for the interface to IST BIOS 4bb898558SAl Viro * Copyright 2002 Andy Grover <andrew.grover@intel.com> 5bb898558SAl Viro */ 6af170c50SDavid Howells #ifndef _ASM_X86_IST_H 7af170c50SDavid Howells #define _ASM_X86_IST_H 8bb898558SAl Viro 9af170c50SDavid Howells #include <uapi/asm/ist.h> 10bb898558SAl Viro 11bb898558SAl Viro 12bb898558SAl Viro extern struct ist_info ist_info; 13bb898558SAl Viro 141965aae3SH. Peter Anvin #endif /* _ASM_X86_IST_H */ 15