instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/ahci_platform' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * AHCI SATA platform driver * * Copyright 2004-2005 Red Hat, Inc. * Jeff Garzik <jgarzik@pobox.com> * Copyright 2010 MontaVista Software, LLC. * Anton Vorontsov <avorontsov@ru.mvista.com> */ #ifndef _AHCI_PLATFORM_H #define _AHCI_PLATFORM_H #include...
Linux işletim sistemi çekirdeği için 'include/linux/uio_driver' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/linux/uio_driver.h * * Copyright(C) 2005, Benedikt Spranger <b.spranger@linutronix.de> * Copyright(C) 2005, Linutronix GmbH, Thomas Gleixner <tglx@kernel.org> * Copyright(C) 2006, Hans J. Koch <hjk@hansjkoch.de> * Copyright(C) 2006, Greg Kroah-Hartman ...
Linux işletim sistemi çekirdeği için 'include/linux/toshiba' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* toshiba.h -- Linux driver for accessing the SMM on Toshiba laptops * * Copyright (c) 1996-2000 Jonathan A. Buzzard (jonathan@buzzard.org.uk) * * Thanks to Juergen Heinzl <juergen@monocerus.demon.co.uk> for the pointers * on making sure the structure is alig...
Linux işletim sistemi çekirdeği için 'include/linux/stackdepot' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Stack depot - a stack trace storage that avoids duplication. * * Stack depot is intended to be used by subsystems that need to store and * later retrieve many potentially duplicated stack traces without wasting * memory. * * For example, KASAN needs to sa...
Linux işletim sistemi çekirdeği için 'include/linux/thermal' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * thermal.h ($Revision: 0 $) * * Copyright (C) 2008 Intel Corp * Copyright (C) 2008 Zhang Rui <rui.zhang@intel.com> * Copyright (C) 2008 Sujith Thomas <sujith.thomas@intel.com> */ #ifndef __THERMAL_H__ #define __THERMAL_H__ #include <linux/of.h> #include <l...
Linux işletim sistemi çekirdeği için 'include/linux/pgalloc_tag' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * page allocation tagging */ #ifndef _LINUX_PGALLOC_TAG_H #define _LINUX_PGALLOC_TAG_H #include <linux/alloc_tag.h> #ifdef CONFIG_MEM_ALLOC_PROFILING #include <linux/page_ext.h> extern struct page_ext_operations page_alloc_tagging_ops; extern unsigned long alloc_tag_...
Linux işletim sistemi çekirdeği için 'include/linux/workqueue' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * workqueue.h --- work queue handling for Linux. */ #ifndef _LINUX_WORKQUEUE_H #define _LINUX_WORKQUEUE_H #include <linux/alloc_tag.h> #include <linux/timer.h> #include <linux/linkage.h> #include <linux/bitops.h> #include <linux/lockdep.h> #include <linux/threads.h> #i...
Linux işletim sistemi çekirdeği için 'include/linux/genl_magic_func' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef GENL_MAGIC_FUNC_H #define GENL_MAGIC_FUNC_H #include <linux/args.h> #include <linux/build_bug.h> #include <linux/genl_magic_struct.h> /* * Magic: declare tla policy {{{1 * Magic: declare nested policies * {{{2 */ #undef GENL_mc_group #define GENL_mc...
Linux işletim sistemi çekirdeği için 'include/linux/kgdb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This provides the callbacks and functions that KGDB needs to share between * the core, I/O and arch-specific portions. * * Author: Amit Kale <amitkale@linsyssoft.com> and * Tom Rini <trini@kernel.crashing.org> * * 2001-2004 (c) Amit S. Kale and 2003-2005 (...
Linux işletim sistemi çekirdeği için 'include/linux/errno' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ERRNO_H #define _LINUX_ERRNO_H #include <uapi/linux/errno.h> /* * These should never be seen by user programs. To return one of ERESTART* * codes, signal_pending() MUST be set. Note that ptrace can observe these * at syscall exit tracing, but they will ...
Linux işletim sistemi çekirdeği için 'include/linux/task_io_accounting' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * task_io_accounting: a structure which is used for recording a single task's * IO statistics. * * Don't include this header file directly - it is designed to be dragged in via * sched.h. * * Blame Andrew Morton for all this. */ struct task_io_accounting { #ifdef ...
Linux işletim sistemi çekirdeği için 'include/linux/tboot' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * tboot.h: shared data structure with tboot and kernel and functions * used by kernel for runtime support of Intel(R) Trusted * Execution Technology * * Copyright (c) 2006-2009, Intel Corporation */ #ifndef _LINUX_TBOOT_H #define _LINUX_TBOOT_...
Linux işletim sistemi çekirdeği için 'include/linux/ccp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * AMD Cryptographic Coprocessor (CCP) driver * * Copyright (C) 2013,2017 Advanced Micro Devices, Inc. * * Author: Tom Lendacky <thomas.lendacky@amd.com> * Author: Gary R Hook <gary.hook@amd.com> */ #ifndef __CCP_H__ #define __CCP_H__ #include <linux/scatterli...
Linux işletim sistemi çekirdeği için 'include/linux/irqbypass' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * IRQ offload/bypass manager * * Copyright (C) 2015 Red Hat, Inc. * Copyright (c) 2015 Linaro Ltd. */ #ifndef IRQBYPASS_H #define IRQBYPASS_H #include <linux/list.h> struct eventfd_ctx; struct irq_bypass_consumer; /* * Theory of operation * * The IRQ bypass...
Linux işletim sistemi çekirdeği için 'include/linux/tpm_command' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_TPM_COMMAND_H__ #define __LINUX_TPM_COMMAND_H__ /* * TPM Command constants from specifications at * http://www.trustedcomputinggroup.org */ /* Command TAGS */ #define TPM_TAG_RQU_COMMAND 193 #define TPM_TAG_RQU_AUTH1_COMMAND 194 #define ...
Linux işletim sistemi çekirdeği için 'include/linux/lockdep' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Runtime locking correctness validator * * Copyright (C) 2006,2007 Red Hat, Inc., Ingo Molnar <mingo@redhat.com> * Copyright (C) 2007 Red Hat, Inc., Peter Zijlstra * * see Documentation/locking/lockdep-design.rst for more details. */ #ifndef __LINUX_LOCKDEP_H #de...
Linux işletim sistemi çekirdeği için 'include/linux/fscrypt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * fscrypt.h: declarations for per-file encryption * * Filesystems that implement per-file encryption must include this header * file. * * Copyright (C) 2015, Google, Inc. * * Written by Michael Halcrow, 2015. * Modified by Jaegeuk Kim, 2015. */ #ifndef _LINUX_FSC...
Linux işletim sistemi çekirdeği için 'include/linux/cpuhotplug' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __CPUHOTPLUG_H #define __CPUHOTPLUG_H #include <linux/types.h> /* * CPU-up CPU-down * * BP AP BP AP * * OFFLINE OFFLINE * | ^ * v | * BRINGUP_CPU->AP_OFFLINE BRINGUP_CPU <- AP_IDLE_DEAD (idle thread/play_dead) * | AP_OFFLINE * ...
Linux işletim sistemi çekirdeği için 'include/linux/ftrace_irq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_FTRACE_IRQ_H #define _LINUX_FTRACE_IRQ_H #ifdef CONFIG_HWLAT_TRACER extern bool trace_hwlat_callback_enabled; extern void trace_hwlat_callback(bool enter); #endif #ifdef CONFIG_OSNOISE_TRACER extern bool trace_osnoise_callback_enabled; extern void trace_osnoi...
Linux işletim sistemi çekirdeği için 'include/linux/fsnotify_backend' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Filesystem access notification for Linux * * Copyright (C) 2008 Red Hat, Inc., Eric Paris <eparis@redhat.com> */ #ifndef __LINUX_FSNOTIFY_BACKEND_H #define __LINUX_FSNOTIFY_BACKEND_H #ifdef __KERNEL__ #include <linux/idr.h> /* inotify uses this */ #include <linux...
Linux işletim sistemi çekirdeği için 'include/linux/smsc911x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * * Copyright (C) 2004-2008 SMSC * Copyright (C) 2005-2008 ARM * ***************************************************************************/ #ifndef __LINUX_SMSC911X_H__ #define __LINU...
Linux işletim sistemi çekirdeği için 'include/linux/memory-tiers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MEMORY_TIERS_H #define _LINUX_MEMORY_TIERS_H #include <linux/types.h> #include <linux/nodemask.h> #include <linux/kref.h> #include <linux/mmzone.h> #include <linux/notifier.h> /* * Each tier cover a abstrace distance chunk size of 128 */ #define MEMTIER_CHUN...
Linux işletim sistemi çekirdeği için 'include/linux/percpu_counter' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PERCPU_COUNTER_H #define _LINUX_PERCPU_COUNTER_H /* * A simple "approximate counter" for use in ext2 and ext3 superblocks. * * WARNING: these things are HUGE. 4 kbytes per counter on 32-way P4. */ #include <linux/spinlock.h> #include <linux/smp.h> #includ...
Linux işletim sistemi çekirdeği için 'include/linux/sram' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Generic SRAM Driver Interface */ #ifndef __LINUX_SRAM_H__ #define __LINUX_SRAM_H__ struct gen_pool; #ifdef CONFIG_SRAM_EXEC void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, size_t size); #else static inline void *sram_exec_copy(struct gen_pool *pool...
Linux işletim sistemi çekirdeği için 'include/linux/cfi_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Clang Control Flow Integrity (CFI) type definitions. */ #ifndef _LINUX_CFI_TYPES_H #define _LINUX_CFI_TYPES_H #ifdef __ASSEMBLY__ #include <linux/linkage.h> #ifdef CONFIG_CFI /* * Use the __kcfi_typeid_<function> type identifier symbol to * annotate indirectly call...
Linux işletim sistemi çekirdeği için 'include/linux/fortify-string' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_FORTIFY_STRING_H_ #define _LINUX_FORTIFY_STRING_H_ #include <linux/bug.h> #include <linux/const.h> #include <linux/limits.h> #define __FORTIFY_INLINE extern __always_inline __gnu_inline __overloadable #define __RENAME(x) __asm__(#x) #define FORTIFY_REASON_DI...
Linux işletim sistemi çekirdeği için 'include/linux/drbd_genl_api' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef DRBD_GENL_STRUCT_H #define DRBD_GENL_STRUCT_H /** * struct drbd_genlmsghdr - DRBD specific header used in NETLINK_GENERIC requests * @minor: * For admin requests (user -> kernel): which minor device to operate on. * For (unicast) replies or informational ...
Linux işletim sistemi çekirdeği için 'include/linux/device-mapper' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2001 Sistina Software (UK) Limited. * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. * * This file is released under the LGPL. */ #ifndef _LINUX_DEVICE_MAPPER_H #define _LINUX_DEVICE_MAPPER_H #include <linux/bio.h> #include <linux/bl...
Linux işletim sistemi çekirdeği için 'include/linux/termios_internal' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_TERMIOS_CONV_H #define _LINUX_TERMIOS_CONV_H #include <linux/uaccess.h> #include <asm/termios.h> /* intr=^C quit=^\ erase=del kill=^U eof=^D vtime=\0 vmin=\1 sxtc=\0 start=^Q stop=^S susp=^Z eol=\0 reprint=^R discard=^O werase=^W lnext=^V eol2=\0 */...
Linux işletim sistemi çekirdeği için 'include/linux/signal' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SIGNAL_H #define _LINUX_SIGNAL_H #include <linux/bug.h> #include <linux/list.h> #include <linux/signal_types.h> #include <linux/string.h> struct task_struct; /* for sysctl */ extern int print_fatal_signals; static inline void copy_siginfo(kernel_siginfo_t *...
Linux işletim sistemi çekirdeği için 'include/linux/serial_8250' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * linux/include/linux/serial_8250.h * * Copyright (C) 2004 Russell King */ #ifndef _LINUX_SERIAL_8250_H #define _LINUX_SERIAL_8250_H #include <linux/errno.h> #include <linux/serial_core.h> #include <linux/serial_reg.h> #include <linux/platform_device.h> st...
Linux işletim sistemi çekirdeği için 'include/linux/bcm47xx_wdt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_BCM47XX_WDT_H_ #define LINUX_BCM47XX_WDT_H_ #include <linux/timer.h> #include <linux/types.h> #include <linux/watchdog.h> struct bcm47xx_wdt { u32 (*timer_set)(struct bcm47xx_wdt *, u32); u32 (*timer_set_ms)(struct bcm47xx_wdt *, u32); u32 max_timer_ms; ...
Linux işletim sistemi çekirdeği için 'include/linux/if_pppox' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Linux PPP over X - Generic PPP transport layer sockets * Linux PPP over Ethernet (PPPoE) Socket Implementation (RFC 2516) * * This file supplies definitions required by the PPP over E...
Linux işletim sistemi çekirdeği için 'include/linux/marvell_phy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _MARVELL_PHY_H #define _MARVELL_PHY_H /* Mask used for ID comparisons */ #define MARVELL_PHY_ID_MASK 0xfffffff0 /* Known PHY IDs */ #define MARVELL_PHY_ID_88E1101 0x01410c60 #define MARVELL_PHY_ID_88E3082 0x01410c80 #define MARVELL_PHY_ID_88E1112 0x01410c90 #def...
Linux işletim sistemi çekirdeği için 'include/linux/time32' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef _LINUX_TIME32_H #define _LINUX_TIME32_H /* * These are all interfaces based on the old time_t definition * that overflows in 2038 on 32-bit architectures. New code * should use the replacements based on time64_t and timespec64. * * Any interfaces in here that become unused as we migrate * code to tim...
Linux işletim sistemi çekirdeği için 'include/linux/backing-file' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Common helpers for stackable filesystems and backing files. * * Copyright (C) 2023 CTERA Networks. */ #ifndef _LINUX_BACKING_FILE_H #define _LINUX_BACKING_FILE_H #include <linux/file.h> #include <linux/uio.h> #include <linux/fs.h> struct backing_file_ctx { c...
Linux işletim sistemi çekirdeği için 'include/linux/ssbi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (C) 2010 Google, Inc. * Copyright (c) 2011, Code Aurora Forum. All rights reserved. * Author: Dima Zavin <dima@android.com> */ #ifndef _LINUX_SSBI_H #define _LINUX_SSBI_H #include <linux/types.h> int ssbi_write(struct device *dev, u16 addr, const u8 *b...
Linux işletim sistemi çekirdeği için 'include/linux/cpufreq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/linux/cpufreq.h * * Copyright (C) 2001 Russell King * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> */ #ifndef _LINUX_CPUFREQ_H #define _LINUX_CPUFREQ_H #include <linux/clk.h> #include <linux/cpu.h> #include <linux/cpumask.h> #incl...
Linux işletim sistemi çekirdeği için 'include/linux/scx200' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* linux/include/linux/scx200.h Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> Defines for the National Semiconductor SCx200 Processors */ /* Interesting stuff for the National Semiconductor SCx200 CPU */ extern unsigned scx200_cb_base; #define ...
Linux işletim sistemi çekirdeği için 'include/linux/net_tstamp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_NET_TIMESTAMPING_H_ #define _LINUX_NET_TIMESTAMPING_H_ #include <uapi/linux/net_tstamp.h> #include <uapi/linux/ethtool_netlink_generated.h> #define SOF_TIMESTAMPING_SOFTWARE_MASK (SOF_TIMESTAMPING_RX_SOFTWARE | \ SOF_TIMESTAMPING_TX_SOFTWARE | \ ...
Linux işletim sistemi çekirdeği için 'include/linux/cache_coherency' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Cache coherency maintenance operation device drivers * * Copyright Huawei 2025 */ #ifndef _LINUX_CACHE_COHERENCY_H_ #define _LINUX_CACHE_COHERENCY_H_ #include <linux/list.h> #include <linux/kref.h> #include <linux/types.h> struct cc_inval_params { phys_addr_t addr...
Linux işletim sistemi çekirdeği için 'include/linux/jhash' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef _LINUX_JHASH_H #define _LINUX_JHASH_H /* jhash.h: Jenkins hash support. * * Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net) * * https://burtleburtle.net/bob/hash/ * * These are the credits from Bob's sources: * * lookup3.c, by Bob Jenkins, May 2006, Public Domain. * * These are fu...
Linux işletim sistemi çekirdeği için 'include/linux/crc32c' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_CRC32C_H #define _LINUX_CRC32C_H #include <linux/crc32.h> #endif /* _LINUX_CRC32C_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/reciprocal_div' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RECIPROCAL_DIV_H #define _LINUX_RECIPROCAL_DIV_H #include <linux/types.h> /* * This algorithm is based on the paper "Division by Invariant * Integers Using Multiplication" by Torbjörn Granlund and Peter * L. Montgomery. * * The assembler implementation f...
Linux işletim sistemi çekirdeği için 'include/linux/jz4740-adc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_JZ4740_ADC #define __LINUX_JZ4740_ADC struct device; /* * jz4740_adc_set_config - Configure a JZ4740 adc device * @dev: Pointer to a jz4740-adc device * @mask: Mask for the config value to be set * @val: Value to be set * * This function can be used b...
Linux işletim sistemi çekirdeği için 'include/linux/ecryptfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ECRYPTFS_H #define _LINUX_ECRYPTFS_H /* Version verification for shared data structures w/ userspace */ #define ECRYPTFS_VERSION_MAJOR 0x00 #define ECRYPTFS_VERSION_MINOR 0x04 #define ECRYPTFS_SUPPORTED_FILE_VERSION 0x03 /* These flags indicate which features ...
Linux işletim sistemi çekirdeği için 'include/linux/ieee80211-p2p' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * WFA P2P definitions * * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen * <jkmaline@cc.hut.fi> * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> * Copyright (c) 2005, Devicescape Software, Inc. * Copyright (c) 2006, Mic...
Linux işletim sistemi çekirdeği için 'include/linux/omap-mailbox' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * omap-mailbox: interprocessor communication module for OMAP */ #ifndef OMAP_MAILBOX_H #define OMAP_MAILBOX_H typedef uintptr_t mbox_msg_t; #define omap_mbox_message(data) (u32)(mbox_msg_t)(data) #endif /* OMAP_MAILBOX_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/reboot-mode' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __REBOOT_MODE_H__ #define __REBOOT_MODE_H__ struct reboot_mode_driver { struct device *dev; struct list_head head; int (*write)(struct reboot_mode_driver *reboot, unsigned int magic); struct notifier_block reboot_notifier; }; int reboot_mode_register(struct rebo...
Linux işletim sistemi çekirdeği için 'include/linux/bpf_local_storage' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 Facebook * Copyright 2020 Google LLC. */ #ifndef _BPF_LOCAL_STORAGE_H #define _BPF_LOCAL_STORAGE_H #include <linux/bpf.h> #include <linux/filter.h> #include <linux/rculist.h> #include <linux/list.h> #include <linux/hash.h> #include <linux/types.h>...
Linux işletim sistemi çekirdeği için 'include/linux/intel_th' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Intel(R) Trace Hub data structures for implementing buffer sinks. * * Copyright (C) 2019 Intel Corporation. */ #ifndef _INTEL_TH_H_ #define _INTEL_TH_H_ #include <linux/scatterlist.h> /* MSC operating modes (MSC_MODE) */ enum { MSC_MODE_SINGLE = 0, MSC_MODE_MULT...
Linux işletim sistemi çekirdeği için 'include/linux/cpu_pm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2011 Google, Inc. * * Author: * Colin Cross <ccross@android.com> */ #ifndef _LINUX_CPU_PM_H #define _LINUX_CPU_PM_H #include <linux/kernel.h> #include <linux/notifier.h> /* * When a CPU goes to a low power state that turns off power to the CPU...
Linux işletim sistemi çekirdeği için 'include/linux/bitrev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_BITREV_H #define _LINUX_BITREV_H #include <linux/types.h> #ifdef CONFIG_HAVE_ARCH_BITREVERSE #include <asm/bitrev.h> #define __bitrev32 __arch_bitrev32 #define __bitrev16 __arch_bitrev16 #define __bitrev8 __arch_bitrev8 #else extern u8 const byte_rev_table[...
Linux işletim sistemi çekirdeği için 'include/linux/vmcore_info' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_VMCORE_INFO_H #define LINUX_VMCORE_INFO_H #include <linux/linkage.h> #include <linux/elfcore.h> #include <linux/elf.h> #include <uapi/linux/vmcore.h> #define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4) #define CRASH_CORE_NOTE_NAME_BYTES ALIGN(...
Linux işletim sistemi çekirdeği için 'include/linux/rwlock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef __LINUX_RWLOCK_H #define __LINUX_RWLOCK_H #ifndef __LINUX_INSIDE_SPINLOCK_H # error "Please do not include this file directly." #endif /* * rwlock related methods * * split out from spinlock.h * * portions Copyright 2005, Red Hat, Inc., Ingo Molnar * Released under the General Public License (GPL)....
Linux işletim sistemi çekirdeği için 'include/linux/posix-timers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _linux_POSIX_TIMERS_H #define _linux_POSIX_TIMERS_H #include <linux/alarmtimer.h> #include <linux/list.h> #include <linux/mutex.h> #include <linux/pid.h> #include <linux/posix-timers_types.h> #include <linux/rcuref.h> #include <linux/spinlock.h> #include <linux/timer...
Linux işletim sistemi çekirdeği için 'include/linux/hfs_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * HFS/HFS+ common definitions, inline functions, * and shared functionality. */ #ifndef _HFS_COMMON_H_ #define _HFS_COMMON_H_ #ifdef pr_fmt #undef pr_fmt #endif #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define hfs_dbg(fmt, ...) \ pr_debug("pid %d:%s:%d %s(...
Linux işletim sistemi çekirdeği için 'include/linux/hid' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 1999 Andreas Gal * Copyright (c) 2000-2001 Vojtech Pavlik * Copyright (c) 2006-2007 Jiri Kosina */ /* * * Should you need to contact me, the author, you can do so either by * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mai...
Linux işletim sistemi çekirdeği için 'include/linux/migrate_mode' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef MIGRATE_MODE_H_INCLUDED #define MIGRATE_MODE_H_INCLUDED /* * MIGRATE_ASYNC means never block * MIGRATE_SYNC_LIGHT in the current implementation means to allow blocking * on most operations but not ->writepage as the potential stall time * is too significant * MIG...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 2012 Thomas Petazzoni * * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef _LINUX_I...
Linux işletim sistemi çekirdeği için 'include/linux/seq_buf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SEQ_BUF_H #define _LINUX_SEQ_BUF_H #include <linux/bug.h> #include <linux/minmax.h> #include <linux/seq_file.h> #include <linux/types.h> /* * Trace sequences are used to allow a function to call several other functions * to create a string of data to use. ...
Linux işletim sistemi çekirdeği için 'include/linux/efi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_EFI_H #define _LINUX_EFI_H /* * Extensible Firmware Interface * Based on 'Extensible Firmware Interface Specification' version 0.9, April 30, 1999 * * Copyright (C) 1999 VA Linux Systems * Copyright (C) 1999 Walt Drummond <drummond@valinux.com> * Copyrig...
Linux işletim sistemi çekirdeği için 'include/linux/wm97xx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Register bits and API for Wolfson WM97xx series of codecs */ #ifndef _LINUX_WM97XX_H #define _LINUX_WM97XX_H #include <sound/core.h> #include <sound/pcm.h> #include <sound/ac97_codec.h> #include <sound/initval.h> #include <linux/types.h> #include <linux/list.h> #inc...
Linux işletim sistemi çekirdeği için 'include/linux/if_fddi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Global definitions for the ANSI FDDI interface. * * Vers...
Linux işletim sistemi çekirdeği için 'include/linux/personality' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PERSONALITY_H #define _LINUX_PERSONALITY_H #include <uapi/linux/personality.h> /* * Return the base personality without flags. */ #define personality(pers) (pers & PER_MASK) /* * Change personality of the currently running process. */ #define set_persona...
Linux işletim sistemi çekirdeği için 'include/linux/args' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ARGS_H #define _LINUX_ARGS_H /* * How do these macros work? * * In __COUNT_ARGS() _0 to _15 are just placeholders from the start * in order to make sure _n is positioned over the correct number * from 15 to 0 (depending on X, which is a variadic argument...
Linux işletim sistemi çekirdeği için 'include/linux/irq_work_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_IRQ_WORK_TYPES_H #define _LINUX_IRQ_WORK_TYPES_H #include <linux/smp_types.h> #include <linux/types.h> struct irq_work { struct __call_single_node node; void (*func)(struct irq_work *); struct rcuwait irqwait; }; #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/elfcore' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ELFCORE_H #define _LINUX_ELFCORE_H #include <linux/user.h> #include <linux/bug.h> #include <linux/sched/task_stack.h> #include <linux/types.h> #include <linux/signal.h> #include <linux/time.h> #include <linux/ptrace.h> #include <linux/fs.h> #include <linux/elf...
Linux işletim sistemi çekirdeği için 'include/linux/ti_wilink_st' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Shared Transport Header file * To be included by the protocol stack drivers for * Texas Instruments BT,FM and GPS combo chip drivers * and also serves the sub-modules of the shared transport driver. * * Copyright (C) 2009-2010 Texas Instruments * Author: P...
Linux işletim sistemi çekirdeği için 'include/linux/gnss' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * GNSS receiver support * * Copyright (C) 2018 Johan Hovold <johan@kernel.org> */ #ifndef _LINUX_GNSS_H #define _LINUX_GNSS_H #include <linux/cdev.h> #include <linux/device.h> #include <linux/kfifo.h> #include <linux/mutex.h> #include <linux/rwsem.h> #include <linux/...
Linux işletim sistemi çekirdeği için 'include/linux/cpuhplock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/cpuhplock.h - CPU hotplug locking * * Locking functions for CPU hotplug. */ #ifndef _LINUX_CPUHPLOCK_H_ #define _LINUX_CPUHPLOCK_H_ #include <linux/cleanup.h> #include <linux/errno.h> struct device; extern int lockdep_is_cpus_held(void); extern int l...
Linux işletim sistemi çekirdeği için 'include/linux/phy_link_topology' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * PHY device list allow maintaining a list of PHY devices that are * part of a netdevice's link topology. PHYs can for example be chained, * as is the case when using a PHY that exposes an SFP module, on which an * SFP transceiver that embeds a PHY is connected. * * ...
Linux işletim sistemi çekirdeği için 'include/linux/fileattr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_FILEATTR_H #define _LINUX_FILEATTR_H /* Flags shared betwen flags/xflags */ #define FS_COMMON_FL \ (FS_SYNC_FL | FS_IMMUTABLE_FL | FS_APPEND_FL | \ FS_NODUMP_FL | FS_NOATIME_FL | FS_DAX_FL | \ FS_PROJINHERIT_FL | FS_VERITY_FL) #define FS_XFLAG_COMMON \ ...
Linux işletim sistemi çekirdeği için 'include/linux/prime_numbers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_PRIME_NUMBERS_H #define __LINUX_PRIME_NUMBERS_H #include <linux/types.h> bool is_prime_number(unsigned long x); unsigned long next_prime_number(unsigned long x); /** * for_each_prime_number - iterate over each prime upto a value * @prime: the current prim...
Linux işletim sistemi çekirdeği için 'include/linux/miscdevice' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MISCDEVICE_H #define _LINUX_MISCDEVICE_H #include <linux/major.h> #include <linux/list.h> #include <linux/types.h> #include <linux/device.h> /* * These allocations are managed by device@lanana.org. If you need * an entry that is not assigned here, it can be ...
Linux işletim sistemi çekirdeği için 'include/linux/static_call' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_STATIC_CALL_H #define _LINUX_STATIC_CALL_H /* * Static call support * * Static calls use code patching to hard-code function pointers into direct * branch instructions. They give the flexibility of function pointers, but * with improved performance. This ...
Linux işletim sistemi çekirdeği için 'include/linux/blk-integrity' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_BLK_INTEGRITY_H #define _LINUX_BLK_INTEGRITY_H #include <linux/blk-mq.h> #include <linux/bio-integrity.h> #include <linux/blk-mq-dma.h> struct request; enum blk_integrity_flags { BLK_INTEGRITY_NOVERIFY = 1 << 0, BLK_INTEGRITY_NOGENERATE = 1 << 1, BLK_INT...
Linux işletim sistemi çekirdeği için 'include/linux/cdev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_CDEV_H #define _LINUX_CDEV_H #include <linux/kobject.h> #include <linux/kdev_t.h> #include <linux/list.h> #include <linux/device.h> struct file_operations; struct inode; struct module; struct cdev { struct kobject kobj; struct module *owner; const struct ...
Linux işletim sistemi çekirdeği için 'include/linux/if_bridge' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Linux ethernet bridge * * Authors: * Lennert Buytenhek <buytenh@gnu.org> */ #ifndef _LINUX_IF_BRIDGE_H #define _LINUX_IF_BRIDGE_H #include <linux/netdevice.h> #include <uapi/linux/if_bridge.h> #include <linux/bitops.h> struct br_ip { union { __be32 i...
Linux işletim sistemi çekirdeği için 'include/linux/auto_dev-ioctl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2008 Red Hat, Inc. All rights reserved. * Copyright 2008 Ian Kent <raven@themaw.net> */ #ifndef _LINUX_AUTO_DEV_IOCTL_H #define _LINUX_AUTO_DEV_IOCTL_H #include <uapi/linux/auto_dev-ioctl.h> #endif /* _LINUX_AUTO_DEV_IOCTL_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/list_bl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_LIST_BL_H #define _LINUX_LIST_BL_H #include <linux/list.h> #include <linux/bit_spinlock.h> /* * Special version of lists, where head of the list has a lock in the lowest * bit. This is useful for scalable hash tables without increasing memory * footprint o...
Linux işletim sistemi çekirdeği için 'include/linux/btrfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_BTRFS_H #define _LINUX_BTRFS_H #include <uapi/linux/btrfs.h> #endif /* _LINUX_BTRFS_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/linkmode' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef __LINKMODE_H #define __LINKMODE_H #include <linux/bitmap.h> #include <linux/ethtool.h> #include <uapi/linux/ethtool.h> static inline void linkmode_zero(unsigned long *dst) { bitmap_zero(dst, __ETHTOOL_LINK_MODE_MASK_NBITS); } static inline void linkmode_fill(unsigned long *dst) { bitmap_fill(dst, __ET...
Linux işletim sistemi çekirdeği için 'include/linux/bit_spinlock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_BIT_SPINLOCK_H #define __LINUX_BIT_SPINLOCK_H #include <linux/kernel.h> #include <linux/preempt.h> #include <linux/atomic.h> #include <linux/bug.h> #include <asm/processor.h> /* for cpu_relax() */ /* * For static context analysis, we need a unique token f...
Linux işletim sistemi çekirdeği için 'include/linux/bcd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCD_H #define _BCD_H #include <linux/compiler.h> #define bcd2bin(x) \ (__builtin_constant_p((u8 )(x)) ? \ const_bcd2bin(x) : \ _bcd2bin(x)) #define bin2bcd(x) \ (__builtin_constant_p((u8 )(x)) ? \ const_bin2bcd(x) : \ _bin2bcd(x)) #define ...
Linux işletim sistemi çekirdeği için 'include/linux/kvm_dirty_ring' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef KVM_DIRTY_RING_H #define KVM_DIRTY_RING_H #include <linux/kvm.h> /** * kvm_dirty_ring: KVM internal dirty ring structure * * @dirty_index: free running counter that points to the next slot in * dirty_ring->dirty_gfns, where a new dirty page should go * @reset_index: free running counte...
Linux işletim sistemi çekirdeği için 'include/linux/rtsx_usb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Driver for Realtek RTS5139 USB card reader * * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. * * Author: * Roger Tseng <rogerable@realtek.com> */ #ifndef __RTSX_USB_H #define __RTSX_USB_H #include <linux/usb.h> #define DRV_NAME_RTS...
Linux işletim sistemi çekirdeği için 'include/linux/fpu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_FPU_H #define _LINUX_FPU_H #ifdef _LINUX_FPU_COMPILATION_UNIT #error FP code must be compiled separately. See Documentation/core-api/floating-point.rst. #endif #include <asm/fpu.h> #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/ehl_pse_io_aux' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Intel Elkhart Lake PSE I/O Auxiliary Device * * Copyright (c) 2025 Intel Corporation. * * Author: Raag Jadav <raag.jadav@intel.com> */ #ifndef _EHL_PSE_IO_AUX_H_ #define _EHL_PSE_IO_AUX_H_ #include <linux/ioport.h> #define EHL_PSE_IO_NAME "ehl_pse_io" #def...
Linux işletim sistemi çekirdeği için 'include/linux/fs_dirent' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_FS_DIRENT_H #define _LINUX_FS_DIRENT_H #include <linux/stat.h> #include <linux/types.h> /* * This is a header for the common implementation of dirent * to fs on-disk file type conversion. Although the fs on-disk * bits are specific to every file system, i...
Linux işletim sistemi çekirdeği için 'include/linux/tpm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004,2007,2008 IBM Corporation * * Authors: * Leendert van Doorn <leendert@watson.ibm.com> * Dave Safford <safford@watson.ibm.com> * Reiner Sailer <sailer@watson.ibm.com> * Kylene Hall <kjhall@us.ibm.com> * Debora Velarde <dvelarde@us.ibm.com> ...
Linux işletim sistemi çekirdeği için 'include/linux/rmi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2011-2016 Synaptics Incorporated * Copyright (c) 2011 Unixphere */ #ifndef _RMI_H #define _RMI_H #include <linux/kernel.h> #include <linux/device.h> #include <linux/interrupt.h> #include <linux/input.h> #include <linux/kfifo.h> #include <linux/list...
Linux işletim sistemi çekirdeği için 'include/linux/crc32poly' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_CRC32_POLY_H #define _LINUX_CRC32_POLY_H /* The polynomial used by crc32_le(), in integer form. See crc32_le(). */ #define CRC32_POLY_LE 0xedb88320 /* The polynomial used by crc32_be(), in integer form. See crc32_be(). */ #define CRC32_POLY_BE 0x04c11db7 /...
Linux işletim sistemi çekirdeği için 'include/linux/bpf_mem_alloc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */ #ifndef _BPF_MEM_ALLOC_H #define _BPF_MEM_ALLOC_H #include <linux/compiler_types.h> #include <linux/workqueue.h> struct bpf_mem_cache; struct bpf_mem_caches; struct bpf_mem_alloc { struct bpf_mem_caches __p...
Linux işletim sistemi çekirdeği için 'include/linux/linear_range' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2020 ROHM Semiconductors */ #ifndef LINEAR_RANGE_H #define LINEAR_RANGE_H #include <linux/types.h> /** * struct linear_range - table of selector - value pairs * * Define a lookup-table for range of values. Intended to help when looking * for a register...
Linux işletim sistemi çekirdeği için 'include/linux/ts-nbus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2016 - Savoir-faire Linux * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ ...
Linux işletim sistemi çekirdeği için 'include/linux/counter' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Counter interface * Copyright (C) 2018 William Breathitt Gray */ #ifndef _COUNTER_H_ #define _COUNTER_H_ #include <linux/array_size.h> #include <linux/cdev.h> #include <linux/device.h> #include <linux/kfifo.h> #include <linux/mutex.h> #include <linux/spinlock_types.h...
Linux işletim sistemi çekirdeği için 'include/linux/poison' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_POISON_H #define _LINUX_POISON_H /********** include/linux/list.h **********/ /* * Architectures might want to move the poison pointer offset * into some well-recognized area such as 0xdead000000000000, * that is also not mappable by user-space exploits: ...
Linux işletim sistemi çekirdeği için 'include/linux/pm_wakeirq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* pm_wakeirq.h - Device wakeirq helper functions */ #ifndef _LINUX_PM_WAKEIRQ_H #define _LINUX_PM_WAKEIRQ_H #ifdef CONFIG_PM extern int dev_pm_set_wake_irq(struct device *dev, int irq); extern int dev_pm_set_dedicated_wake_irq(struct device *dev, int irq); extern int...
Linux işletim sistemi çekirdeği için 'include/linux/root_dev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ROOT_DEV_H_ #define _ROOT_DEV_H_ #include <linux/major.h> #include <linux/types.h> #include <linux/kdev_t.h> enum { Root_NFS = MKDEV(UNNAMED_MAJOR, 255), Root_CIFS = MKDEV(UNNAMED_MAJOR, 254), Root_Generic = MKDEV(UNNAMED_MAJOR, 253), Root_RAM0 = MKDEV(RAMDISK_...