blob: 7ede2731dc92beb05f4671b4150d3a3f41ed4946 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-or-later */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Include file for the interface to IST BIOS
4 * Copyright 2002 Andy Grover <andrew.grover@intel.com>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005 */
6#ifndef _ASM_X86_IST_H
7#define _ASM_X86_IST_H
8
9#include <uapi/asm/ist.h>
10
11
12extern struct ist_info ist_info;
13
14#endif /* _ASM_X86_IST_H */