18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Include file for the interface to IST BIOS
48c2ecf20Sopenharmony_ci * Copyright 2002 Andy Grover <andrew.grover@intel.com>
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify it
78c2ecf20Sopenharmony_ci * under the terms of the GNU General Public License as published by the
88c2ecf20Sopenharmony_ci * Free Software Foundation; either version 2, or (at your option) any
98c2ecf20Sopenharmony_ci * later version.
108c2ecf20Sopenharmony_ci *
118c2ecf20Sopenharmony_ci * This program is distributed in the hope that it will be useful, but
128c2ecf20Sopenharmony_ci * WITHOUT ANY WARRANTY; without even the implied warranty of
138c2ecf20Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
148c2ecf20Sopenharmony_ci * General Public License for more details.
158c2ecf20Sopenharmony_ci */
168c2ecf20Sopenharmony_ci#ifndef _UAPI_ASM_X86_IST_H
178c2ecf20Sopenharmony_ci#define _UAPI_ASM_X86_IST_H
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci#include <linux/types.h>
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_cistruct ist_info {
248c2ecf20Sopenharmony_ci	__u32 signature;
258c2ecf20Sopenharmony_ci	__u32 command;
268c2ecf20Sopenharmony_ci	__u32 event;
278c2ecf20Sopenharmony_ci	__u32 perf_level;
288c2ecf20Sopenharmony_ci};
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci#endif /* _UAPI_ASM_X86_IST_H */
31