Merge patch series "Prepare for upstreaming Pixel 6 and 7 UFS support"
[linux-2.6-block.git] / arch / x86 / include / asm / ist.h
CommitLineData
3e0a4e85 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1da177e4
LT
2/*
3 * Include file for the interface to IST BIOS
4 * Copyright 2002 Andy Grover <andrew.grover@intel.com>
1da177e4 5 */
af170c50
DH
6#ifndef _ASM_X86_IST_H
7#define _ASM_X86_IST_H
1da177e4 8
af170c50 9#include <uapi/asm/ist.h>
1da177e4 10
ee8e7cfe 11
1da177e4
LT
12extern struct ist_info ist_info;
13
1965aae3 14#endif /* _ASM_X86_IST_H */