Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.4 14 lines 294 B view raw
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 12extern struct ist_info ist_info; 13 14#endif /* _ASM_X86_IST_H */