Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Include file for the interface to IST BIOS
0004  * Copyright 2002 Andy Grover <andrew.grover@intel.com>
0005  */
0006 #ifndef _ASM_X86_IST_H
0007 #define _ASM_X86_IST_H
0008 
0009 #include <uapi/asm/ist.h>
0010 
0011 
0012 extern struct ist_info ist_info;
0013 
0014 #endif /* _ASM_X86_IST_H */