Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: hpet.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef __HPET__
[1] Fix | Delete
#define __HPET__
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
[5] Fix | Delete
[6] Fix | Delete
struct hpet_info {
[7] Fix | Delete
unsigned long hi_ireqfreq; /* Hz */
[8] Fix | Delete
unsigned long hi_flags; /* information */
[9] Fix | Delete
unsigned short hi_hpet;
[10] Fix | Delete
unsigned short hi_timer;
[11] Fix | Delete
};
[12] Fix | Delete
[13] Fix | Delete
#define HPET_INFO_PERIODIC 0x0010 /* periodic-capable comparator */
[14] Fix | Delete
[15] Fix | Delete
#define HPET_IE_ON _IO('h', 0x01) /* interrupt on */
[16] Fix | Delete
#define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */
[17] Fix | Delete
#define HPET_INFO _IOR('h', 0x03, struct hpet_info)
[18] Fix | Delete
#define HPET_EPI _IO('h', 0x04) /* enable periodic */
[19] Fix | Delete
#define HPET_DPI _IO('h', 0x05) /* disable periodic */
[20] Fix | Delete
#define HPET_IRQFREQ _IOW('h', 0x6, unsigned long) /* IRQFREQ usec */
[21] Fix | Delete
[22] Fix | Delete
#define MAX_HPET_TBS 8 /* maximum hpet timer blocks */
[23] Fix | Delete
[24] Fix | Delete
#endif /* __HPET__ */
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function