⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.96
Server IP:
147.93.97.220
Server:
Linux srv843233 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
linux-headers-6.8.0-60
/
include
/
linux
/
Edit File: i8254.h
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) William Breathitt Gray */ #ifndef _I8254_H_ #define _I8254_H_ struct device; struct regmap; /** * struct i8254_regmap_config - Configuration for the register map of an i8254 * @parent: parent device * @map: regmap for the i8254 */ struct i8254_regmap_config { struct device *parent; struct regmap *map; }; int devm_i8254_regmap_register(struct device *dev, const struct i8254_regmap_config *config); #endif /* _I8254_H_ */
Simpan