Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
0002 /*
0003  * Include file for the interface to IST BIOS
0004  * Copyright 2002 Andy Grover <andrew.grover@intel.com>
0005  *
0006  * This program is free software; you can redistribute it and/or modify it
0007  * under the terms of the GNU General Public License as published by the
0008  * Free Software Foundation; either version 2, or (at your option) any
0009  * later version.
0010  *
0011  * This program is distributed in the hope that it will be useful, but
0012  * WITHOUT ANY WARRANTY; without even the implied warranty of
0013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0014  * General Public License for more details.
0015  */
0016 #ifndef _UAPI_ASM_X86_IST_H
0017 #define _UAPI_ASM_X86_IST_H
0018 
0019 
0020 
0021 #include <linux/types.h>
0022 
0023 struct ist_info {
0024     __u32 signature;
0025     __u32 command;
0026     __u32 event;
0027     __u32 perf_level;
0028 };
0029 
0030 #endif /* _UAPI_ASM_X86_IST_H */