repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
ist.h
blob
7ede2731dc92beb05f4671b4150d3a3f41ed4946
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
* Include file for the interface to IST BIOS
4
* Copyright 2002 Andy Grover <andrew.grover@intel.com>
5
*/
6
#ifndef _ASM_X86_IST_H
7
#define _ASM_X86_IST_H
8
9
#include <uapi/asm/ist.h>
10
11
12
extern
struct
ist_info ist_info
;
13
14
#endif
/* _ASM_X86_IST_H */