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