162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Include file for the interface to IST BIOS 462306a36Sopenharmony_ci * Copyright 2002 Andy Grover <andrew.grover@intel.com> 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * This program is free software; you can redistribute it and/or modify it 762306a36Sopenharmony_ci * under the terms of the GNU General Public License as published by the 862306a36Sopenharmony_ci * Free Software Foundation; either version 2, or (at your option) any 962306a36Sopenharmony_ci * later version. 1062306a36Sopenharmony_ci * 1162306a36Sopenharmony_ci * This program is distributed in the hope that it will be useful, but 1262306a36Sopenharmony_ci * WITHOUT ANY WARRANTY; without even the implied warranty of 1362306a36Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1462306a36Sopenharmony_ci * General Public License for more details. 1562306a36Sopenharmony_ci */ 1662306a36Sopenharmony_ci#ifndef _UAPI_ASM_X86_IST_H 1762306a36Sopenharmony_ci#define _UAPI_ASM_X86_IST_H 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ci#include <linux/types.h> 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_cistruct ist_info { 2462306a36Sopenharmony_ci __u32 signature; 2562306a36Sopenharmony_ci __u32 command; 2662306a36Sopenharmony_ci __u32 event; 2762306a36Sopenharmony_ci __u32 perf_level; 2862306a36Sopenharmony_ci}; 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ci#endif /* _UAPI_ASM_X86_IST_H */ 31