2019-05-23 09:14:55 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2005-04-16 22:20:36 +00:00
|
|
|
/*
|
|
|
|
* Include file for the interface to IST BIOS
|
|
|
|
* Copyright 2002 Andy Grover <andrew.grover@intel.com>
|
|
|
|
*/
|
2012-12-14 22:37:13 +00:00
|
|
|
#ifndef _ASM_X86_IST_H
|
|
|
|
#define _ASM_X86_IST_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2012-12-14 22:37:13 +00:00
|
|
|
#include <uapi/asm/ist.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2007-10-22 00:56:19 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
extern struct ist_info ist_info;
|
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_IST_H */
|