Server IP : 15.235.198.142 / Your IP : 216.73.216.168 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/usr/lib/modules/6.8.0-60-generic/build/arch/arm/include/asm/mach/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Hardware parameter area specific to Sharp SL series devices * * Copyright (c) 2005 Richard Purdie * * Based on Sharp's 2.4 kernel patches */ struct sharpsl_param_info { unsigned int comadj_keyword; unsigned int comadj; unsigned int uuid_keyword; unsigned char uuid[16]; unsigned int touch_keyword; unsigned int touch_xp; unsigned int touch_yp; unsigned int touch_xd; unsigned int touch_yd; unsigned int adadj_keyword; unsigned int adadj; unsigned int phad_keyword; unsigned int phadadj; } __attribute__((packed)); extern struct sharpsl_param_info sharpsl_param; extern void sharpsl_save_param(void);