blob: 7ede2731dc92beb05f4671b4150d3a3f41ed4946 [file] [log] [blame]
Thomas Gleixner3e0a4e82019-05-23 11:14:55 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * Include file for the interface to IST BIOS
4 * Copyright 2002 Andy Grover <andrew.grover@intel.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 */
David Howellsaf170c52012-12-14 22:37:13 +00006#ifndef _ASM_X86_IST_H
7#define _ASM_X86_IST_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
David Howellsaf170c52012-12-14 22:37:13 +00009#include <uapi/asm/ist.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
Rusty Russellee8e7cf2007-10-22 10:56:19 +100011
Linus Torvalds1da177e2005-04-16 15:20:36 -070012extern struct ist_info ist_info;
13
H. Peter Anvin1965aae2008-10-22 22:26:29 -070014#endif /* _ASM_X86_IST_H */