Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/asm
File: ist.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
[0] Fix | Delete
/*
[1] Fix | Delete
* Include file for the interface to IST BIOS
[2] Fix | Delete
* Copyright 2002 Andy Grover <andrew.grover@intel.com>
[3] Fix | Delete
*
[4] Fix | Delete
* This program is free software; you can redistribute it and/or modify it
[5] Fix | Delete
* under the terms of the GNU General Public License as published by the
[6] Fix | Delete
* Free Software Foundation; either version 2, or (at your option) any
[7] Fix | Delete
* later version.
[8] Fix | Delete
*
[9] Fix | Delete
* This program is distributed in the hope that it will be useful, but
[10] Fix | Delete
* WITHOUT ANY WARRANTY; without even the implied warranty of
[11] Fix | Delete
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[12] Fix | Delete
* General Public License for more details.
[13] Fix | Delete
*/
[14] Fix | Delete
#ifndef _ASM_X86_IST_H
[15] Fix | Delete
#define _ASM_X86_IST_H
[16] Fix | Delete
[17] Fix | Delete
[18] Fix | Delete
[19] Fix | Delete
#include <linux/types.h>
[20] Fix | Delete
[21] Fix | Delete
struct ist_info {
[22] Fix | Delete
__u32 signature;
[23] Fix | Delete
__u32 command;
[24] Fix | Delete
__u32 event;
[25] Fix | Delete
__u32 perf_level;
[26] Fix | Delete
};
[27] Fix | Delete
[28] Fix | Delete
#endif /* _ASM_X86_IST_H */
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function