instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/vt_buffer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/vt_buffer.h -- Access to VT screen buffer * * (c) 1998 Martin Mares <mj@ucw.cz> * * This is a set of macros and functions which are used in the * console driver and related code to access the screen buffer. * In most cases the console works with simp...
Linux işletim sistemi çekirdeği için 'include/linux/posix_acl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* File: linux/posix_acl.h (C) 2002 Andreas Gruenbacher, <a.gruenbacher@computer.org> */ #ifndef __LINUX_POSIX_ACL_H #define __LINUX_POSIX_ACL_H #include <linux/bug.h> #include <linux/slab.h> #include <linux/rcupdate.h> #include <linux/refcount.h> #include <uapi/linux...
Linux işletim sistemi çekirdeği için 'include/linux/reset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RESET_H_ #define _LINUX_RESET_H_ #include <linux/bits.h> #include <linux/err.h> #include <linux/errno.h> #include <linux/of.h> #include <linux/types.h> struct device; struct device_node; struct fwnode_handle; struct reset_control; /** * struct reset_control...
Linux işletim sistemi çekirdeği için 'include/linux/zsmalloc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * zsmalloc memory allocator * * Copyright (C) 2011 Nitin Gupta * Copyright (C) 2012, 2013 Minchan Kim * * This code is released using a dual license strategy: BSD/GPL * You can choose the license that better fits your requirements. * * Released under the terms of 3-clause BSD License * Released under...
Linux işletim sistemi çekirdeği için 'include/linux/olpc-ec' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_OLPC_EC_H #define _LINUX_OLPC_EC_H #include <linux/bits.h> /* XO-1 EC commands */ #define EC_FIRMWARE_REV 0x08 #define EC_WRITE_SCI_MASK 0x1b #define EC_WAKE_UP_WLAN 0x24 #define EC_WLAN_LEAVE_RESET 0x25 #define EC_DCON_POWER_MODE 0x26 #define EC_READ_...
Linux işletim sistemi çekirdeği için 'include/linux/omapfb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * File: include/linux/omapfb.h * * Framebuffer driver for TI OMAP boards * * Copyright (C) 2004 Nokia Corporation * Author: Imre Deak <imre.deak@nokia.com> */ #ifndef __LINUX_OMAPFB_H__ #define __LINUX_OMAPFB_H__ #include <uapi/linux/omapfb.h> struct oma...
Linux işletim sistemi çekirdeği için 'include/linux/proc_fs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * The proc filesystem constants/structures */ #ifndef _LINUX_PROC_FS_H #define _LINUX_PROC_FS_H #include <linux/compiler.h> #include <linux/types.h> #include <linux/fs.h> struct proc_dir_entry; struct seq_file; struct seq_operations; enum { /* * All /proc entries u...
Linux işletim sistemi çekirdeği için 'include/linux/ktime' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * include/linux/ktime.h * * ktime_t - nanosecond-resolution time format. * * Copyright(C) 2005, Linutronix GmbH, Thomas Gleixner <tglx@kernel.org> * Copyright(C) 2005, Red Hat, Inc., Ingo Molnar * * data type definitions, declarations, prototypes and macros. * * Started by: Thomas Gleixner and...
Linux işletim sistemi çekirdeği için 'include/linux/kstrtox' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_KSTRTOX_H #define _LINUX_KSTRTOX_H #include <linux/compiler.h> #include <linux/types.h> /* Internal, do not use. */ int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res); int __must_check _kstrtol(const char *s, unsigned int base, l...
Linux işletim sistemi çekirdeği için 'include/linux/kernel_stat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_KERNEL_STAT_H #define _LINUX_KERNEL_STAT_H #include <linux/smp.h> #include <linux/threads.h> #include <linux/percpu.h> #include <linux/interrupt.h> #include <linux/sched.h> #include <linux/vtime.h> #include <asm/irq.h> /* * 'kernel_stat.h' contains the defin...
Linux işletim sistemi çekirdeği için 'include/linux/i2c' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * i2c.h - definitions for the Linux i2c bus interface * Copyright (C) 1995-2000 Simon G. Vogl * Copyright (C) 2013-2019 Wolfram Sang <wsa@kernel.org> * * With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and * Frodo Looijaard <frodol@dds.nl> */ #ifnd...
Linux işletim sistemi çekirdeği için 'include/linux/seccomp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SECCOMP_H #define _LINUX_SECCOMP_H #include <uapi/linux/seccomp.h> #include <linux/seccomp_types.h> #define SECCOMP_FILTER_FLAG_MASK (SECCOMP_FILTER_FLAG_TSYNC | \ SECCOMP_FILTER_FLAG_LOG | \ SECCOMP_FILTER_FLAG_SPEC_ALLOW | \ SECCOMP_FILTER...
Linux işletim sistemi çekirdeği için 'include/linux/binfmts' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_BINFMTS_H #define _LINUX_BINFMTS_H #include <linux/sched.h> #include <linux/unistd.h> #include <asm/exec.h> #include <uapi/linux/binfmts.h> struct filename; struct coredump_params; #define CORENAME_MAX_SIZE 128 /* * This structure is used to hold the argum...
Linux işletim sistemi çekirdeği için 'include/linux/dm-kcopyd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2001 - 2003 Sistina Software * Copyright (C) 2004 - 2008 Red Hat, Inc. All rights reserved. * * kcopyd provides a simple interface for copying an area of one * block-device to one or more other block-devices, either synchronous * or with an async...
Linux işletim sistemi çekirdeği için 'include/linux/hrtimer_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_HRTIMER_TYPES_H #define _LINUX_HRTIMER_TYPES_H #include <linux/types.h> #include <linux/timerqueue_types.h> struct hrtimer_clock_base; /* * Return values for the callback function */ enum hrtimer_restart { HRTIMER_NORESTART, /* Timer is not restarted */ ...
Linux işletim sistemi çekirdeği için 'include/linux/gfp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_GFP_H #define __LINUX_GFP_H #include <linux/gfp_types.h> #include <linux/mmzone.h> #include <linux/topology.h> #include <linux/alloc_tag.h> #include <linux/cleanup.h> #include <linux/sched.h> struct vm_area_struct; struct mempolicy; /* Helper macro to avoi...
Linux işletim sistemi çekirdeği için 'include/linux/omap-dma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_OMAP_DMA_H #define __LINUX_OMAP_DMA_H /* * Legacy OMAP DMA handling defines and functions * * NOTE: Do not use these any longer. * * Use the generic dmaengine functions as defined in * include/linux/dmaengine.h. * * Copyright (C) 2003 Nokia Corpor...
Linux işletim sistemi çekirdeği için 'include/linux/flat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2002-2003 David McCullough <davidm@snapgear.com> * Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com> * The Silver Hammer Group, Ltd. * * This file provides the definitions and structures needed to * support uCli...
Linux işletim sistemi çekirdeği için 'include/linux/interconnect-provider' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2018, Linaro Ltd. * Author: Georgi Djakov <georgi.djakov@linaro.org> */ #ifndef __LINUX_INTERCONNECT_PROVIDER_H #define __LINUX_INTERCONNECT_PROVIDER_H #include <linux/interconnect.h> #define icc_units_to_bps(bw) ((bw) * 1000ULL) struct icc_node; st...
Linux işletim sistemi çekirdeği için 'include/linux/crash_reserve' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_CRASH_RESERVE_H #define LINUX_CRASH_RESERVE_H #include <linux/linkage.h> #include <linux/elfcore.h> #include <linux/elf.h> #ifdef CONFIG_ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION #include <asm/crash_reserve.h> #endif /* Location of a reserved region to hold the...
Linux işletim sistemi çekirdeği için 'include/linux/stat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_STAT_H #define _LINUX_STAT_H #include <asm/stat.h> #include <uapi/linux/stat.h> #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO) #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH) #define S_IWUGO (S_IWUSR|S_IWGRP|S_I...
Linux işletim sistemi çekirdeği için 'include/linux/fs_parser' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Filesystem parameter description and parser * * Copyright (C) 2018 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _LINUX_FS_PARSER_H #define _LINUX_FS_PARSER_H #include <linux/fs_context.h> struct path; struc...
Linux işletim sistemi çekirdeği için 'include/linux/prmt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #include <linux/uuid.h> #ifdef CONFIG_ACPI_PRMT void init_prmt(void); bool acpi_prm_handler_available(const guid_t *handler_guid); int acpi_call_prm_handler(guid_t handler_guid, void *param_buffer); #else static inline void init_prmt(void) { } static inline bool acpi_p...
Linux işletim sistemi çekirdeği için 'include/linux/kmsg_dump' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/include/kmsg_dump.h * * Copyright (C) 2009 Net Insight AB * * Author: Simon Kagstrom <simon.kagstrom@netinsight.net> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #ifn...
Linux işletim sistemi çekirdeği için 'include/linux/sh_clk' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SH_CLOCK_H #define __SH_CLOCK_H #include <linux/list.h> #include <linux/seq_file.h> #include <linux/cpufreq.h> #include <linux/types.h> #include <linux/kref.h> #include <linux/clk.h> #include <linux/err.h> struct clk; struct clk_mapping { phys_addr_t phys; voi...
Linux işletim sistemi çekirdeği için 'include/linux/fscache' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* General filesystem caching interface * * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * NOTE!!! See: * * Documentation/filesystems/caching/netfs-api.rst * * for a description of the network files...
Linux işletim sistemi çekirdeği için 'include/linux/intel_dg_nvm_aux' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: MIT */ /* * Copyright(c) 2019-2025, Intel Corporation. All rights reserved. */ #ifndef __INTEL_DG_NVM_AUX_H__ #define __INTEL_DG_NVM_AUX_H__ #include <linux/auxiliary_bus.h> #include <linux/container_of.h> #include <linux/ioport.h> #include <linux/types.h> #define INTEL_DG_NVM_REGI...
Linux işletim sistemi çekirdeği için 'include/linux/rhashtable-types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Resizable, Scalable, Concurrent Hash Table * * Simple structures that might be needed in include * files. */ #ifndef _LINUX_RHASHTABLE_TYPES_H #define _LINUX_RHASHTABLE_TYPES_H #include <linux/alloc_tag.h> #include <linux/atomic.h> #include <linux/compiler.h> #inc...
Linux işletim sistemi çekirdeği için 'include/linux/mem_encrypt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * AMD Memory Encryption Support * * Copyright (C) 2016 Advanced Micro Devices, Inc. * * Author: Tom Lendacky <thomas.lendacky@amd.com> */ #ifndef __MEM_ENCRYPT_H__ #define __MEM_ENCRYPT_H__ #ifndef __ASSEMBLY__ #ifdef CONFIG_ARCH_HAS_MEM_ENCRYPT #include <as...
Linux işletim sistemi çekirdeği için 'include/linux/annotate' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ANNOTATE_H #define _LINUX_ANNOTATE_H #include <linux/objtool_types.h> #ifdef CONFIG_OBJTOOL #define __ASM_ANNOTATE(section, label, type) \ .pushsection section, "M", @progbits, 8; \ .long label - ., type; \ .popsection #ifndef __ASSEMBLY__ #de...
Linux işletim sistemi çekirdeği için 'include/linux/virtio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_VIRTIO_H #define _LINUX_VIRTIO_H /* Everything a virtio driver needs to work with any particular virtio * implementation. */ #include <linux/types.h> #include <linux/scatterlist.h> #include <linux/spinlock.h> #include <linux/device.h> #include <linux/mod_devic...
Linux işletim sistemi çekirdeği için 'include/linux/mc6821' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _MC6821_H_ #define _MC6821_H_ /* * This file describes the memery mapping of the MC6821 PIA. * The unions describe overlayed registers. Which of them is used is * determined by bit 2 of the corresponding control register. * this files expects the PIA_REG_PADWIDTH...
Linux işletim sistemi çekirdeği için 'include/linux/acpi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * acpi.h - ACPI Interface * * Copyright (C) 2001 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> */ #ifndef _LINUX_ACPI_H #define _LINUX_ACPI_H #include <linux/cleanup.h> #include <linux/errno.h> #include <linux/ioport.h> /* for struct resource */ #include <...
Linux işletim sistemi çekirdeği için 'include/linux/nubus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* nubus.h: various definitions and prototypes for NuBus drivers to use. Originally written by Alan Cox. Hacked to death by C. Scott Ananian and David Huggins-Daines. */ #ifndef LINUX_NUBUS_H #define LINUX_NUBUS_H #include <linux/device.h> #include <asm/nubus.h> #in...
Linux işletim sistemi çekirdeği için 'include/linux/log2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Integer base 2 logarithm calculation * * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _LINUX_LOG2_H #define _LINUX_LOG2_H #include <linux/types.h> #include <linux/bitops.h> /* * non-const...
Linux işletim sistemi çekirdeği için 'include/linux/virtio_byteorder' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_VIRTIO_BYTEORDER_H #define _LINUX_VIRTIO_BYTEORDER_H #include <linux/types.h> #include <uapi/linux/virtio_types.h> static inline bool virtio_legacy_is_little_endian(void) { #ifdef __LITTLE_ENDIAN return true; #else return false; #endif } static inline u16 _...
Linux işletim sistemi çekirdeği için 'include/linux/seg6_local' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef _LINUX_SEG6_LOCAL_H #define _LINUX_SEG6_LOCAL_H #include <uapi/linux/seg6_local.h> #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/swap_cgroup' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_SWAP_CGROUP_H #define __LINUX_SWAP_CGROUP_H #include <linux/swap.h> #if defined(CONFIG_MEMCG) && defined(CONFIG_SWAP) extern void swap_cgroup_record(struct folio *folio, unsigned short id, swp_entry_t ent); extern unsigned short swap_cgroup_clear(swp_entry_...
Linux işletim sistemi çekirdeği için 'include/linux/of' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef _LINUX_OF_H #define _LINUX_OF_H /* * Definitions for talking to the Open Firmware PROM on * Power Macintosh and other computers. * * Copyright (C) 1996-2005 Paul Mackerras. * * Updates for PPC64 by Peter Bergner & David Engebretsen, IBM Corp. * Updates for SPA...
Linux işletim sistemi çekirdeği için 'include/linux/cacheflush' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_CACHEFLUSH_H #define _LINUX_CACHEFLUSH_H #include <asm/cacheflush.h> struct folio; #if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE #ifndef flush_dcache_folio void flush_dcache_folio(struct folio *folio); #endif #else static inline void flush_dcache_folio(struct folio ...
Linux işletim sistemi çekirdeği için 'include/linux/ieee80211-eht' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * IEEE 802.11 EHT 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) 2...
Linux işletim sistemi çekirdeği için 'include/linux/ks0108' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Filename: ks0108.h * Version: 0.1.0 * Description: ks0108 LCD Controller driver header * * Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org> * Date: 2006-10-31 */ #ifndef _KS0108_H_ #define _KS0108_H_ /* Write a byte to the data port */ ex...
Linux işletim sistemi çekirdeği için 'include/linux/auto_fs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 1997 Transmeta Corporation - All Rights Reserved */ #ifndef _LINUX_AUTO_FS_H #define _LINUX_AUTO_FS_H #include <linux/fs.h> #include <linux/ioctl.h> #include <uapi/linux/auto_fs.h> #endif /* _LINUX_AUTO_FS_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/psp-tee' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: MIT */ /* * AMD Trusted Execution Environment (TEE) interface * * Author: Rijo Thomas <Rijo-john.Thomas@amd.com> * * Copyright 2019 Advanced Micro Devices, Inc. * */ #ifndef __PSP_TEE_H_ #define __PSP_TEE_H_ #include <linux/types.h> #include <linux/errno.h> /* This file define...
Linux işletim sistemi çekirdeği için 'include/linux/stmp_device' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * basic functions for devices following the "stmp" style register layout * * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K. */ #ifndef __STMP_DEVICE_H__ #define __STMP_DEVICE_H__ #define STMP_OFFSET_REG_SET 0x4 #define STMP_OFFSET_REG_CLR 0x8 #define STMP...
Linux işletim sistemi çekirdeği için 'include/linux/platform_profile' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Platform profile sysfs interface * * See Documentation/userspace-api/sysfs-platform_profile.rst for more * information. */ #ifndef _PLATFORM_PROFILE_H_ #define _PLATFORM_PROFILE_H_ #include <linux/device.h> #include <linux/bitops.h> /* * If more options...
Linux işletim sistemi çekirdeği için 'include/linux/sh_timer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SH_TIMER_H__ #define __SH_TIMER_H__ struct sh_timer_config { unsigned int channels_mask; }; #endif /* __SH_TIMER_H__ */ ```
Linux işletim sistemi çekirdeği için 'include/linux/balloon' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Common interface for implementing a memory balloon, including support * for migration of pages inflated in a memory balloon. * * Balloon page migration makes use of the general "movable_ops page migration" * feature. * * page->private is used to reference the resp...
Linux işletim sistemi çekirdeği için 'include/linux/altera_uart' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * altera_uart.h -- Altera UART driver defines. */ #ifndef __ALTUART_H #define __ALTUART_H struct altera_uart_platform_uart { unsigned long mapbase; /* Physical address base */ unsigned int irq; /* Interrupt vector */ unsigned int uartclk; /* UART clock rate */ unsi...
Linux işletim sistemi çekirdeği için 'include/linux/mdio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/mdio.h: definitions for MDIO (clause 45) transceivers * Copyright 2006-2009 Solarflare Communications Inc. */ #ifndef __LINUX_MDIO_H__ #define __LINUX_MDIO_H__ #include <uapi/linux/mdio.h> #include <linux/bitfield.h> #include <linux/mod_devicetable.h> str...
Linux işletim sistemi çekirdeği için 'include/linux/hid_bpf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef __HID_BPF_H #define __HID_BPF_H #include <linux/bpf.h> #include <linux/mutex.h> #include <linux/srcu.h> #include <uapi/linux/hid.h> struct hid_device; /* * The following is the user facing HID BPF API. * * Extra care should be taken when editing this part, as ...
Linux işletim sistemi çekirdeği için 'include/linux/gameport' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 1999-2002 Vojtech Pavlik */ #ifndef _GAMEPORT_H #define _GAMEPORT_H #include <linux/types.h> #include <linux/list.h> #include <linux/mutex.h> #include <linux/device.h> #include <linux/timer.h> #include <linux/slab.h> #include <uapi/linux/gameport.h...
Linux işletim sistemi çekirdeği için 'include/linux/of_pdt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Definitions for building a device tree by calling into the * Open Firmware PROM. * * Copyright (C) 2010 Andres Salomon <dilinger@queued.net> */ #ifndef _LINUX_OF_PDT_H #define _LINUX_OF_PDT_H /* overridable operations for calling into the PROM */ struct of_pdt_o...
Linux işletim sistemi çekirdeği için 'include/linux/bsg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_BSG_H #define _LINUX_BSG_H #include <uapi/linux/bsg.h> struct bsg_device; struct device; struct request_queue; struct io_uring_cmd; typedef int (bsg_sg_io_fn)(struct request_queue *, struct sg_io_v4 *hdr, bool open_for_write, unsigned int timeout); typede...
Linux işletim sistemi çekirdeği için 'include/linux/ring_buffer_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RING_BUFFER_TYPES_H #define _LINUX_RING_BUFFER_TYPES_H #include <asm/local.h> #define TS_SHIFT 27 #define TS_MASK ((1ULL << TS_SHIFT) - 1) #define TS_DELTA_TEST (~TS_MASK) /* * We need to fit the time_stamp delta into 27 bits. */ static in...
Linux işletim sistemi çekirdeği için 'include/linux/mmzone' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MMZONE_H #define _LINUX_MMZONE_H #ifndef __ASSEMBLY__ #ifndef __GENERATING_BOUNDS_H #include <linux/spinlock.h> #include <linux/list.h> #include <linux/list_nulls.h> #include <linux/wait.h> #include <linux/bitops.h> #include <linux/cache.h> #include <linux/th...
Linux işletim sistemi çekirdeği için 'include/linux/plist' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Descending-priority-sorted double-linked list * * (C) 2002-2003 Intel Corp * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>. * * 2001-2005 (c) MontaVista Software, Inc. * Daniel Walker <dwalker@mvista.com> * * (C) 2005 Linutronix GmbH, Thomas Gle...
Linux işletim sistemi çekirdeği için 'include/linux/tty_ldisc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_TTY_LDISC_H #define _LINUX_TTY_LDISC_H struct tty_struct; #include <linux/fs.h> #include <linux/wait.h> #include <linux/atomic.h> #include <linux/list.h> #include <linux/lockdep.h> #include <linux/seq_file.h> /* * the semaphore definition */ struct ld_sema...
Linux işletim sistemi çekirdeği için 'include/linux/seq_file' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SEQ_FILE_H #define _LINUX_SEQ_FILE_H #include <linux/types.h> #include <linux/string.h> #include <linux/string_helpers.h> #include <linux/bug.h> #include <linux/mutex.h> #include <linux/nodemask.h> #include <linux/fs.h> #include <linux/cred.h> struct seq_oper...
Linux işletim sistemi çekirdeği için 'include/linux/bcm47xx_sprom' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef __BCM47XX_SPROM_H #define __BCM47XX_SPROM_H #include <linux/errno.h> #include <linux/types.h> #include <linux/vmalloc.h> struct ssb_sprom; #ifdef CONFIG_BCM47XX_SPROM void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix, bool fall...
Linux işletim sistemi çekirdeği için 'include/linux/vmalloc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_VMALLOC_H #define _LINUX_VMALLOC_H #include <linux/alloc_tag.h> #include <linux/sched.h> #include <linux/spinlock.h> #include <linux/init.h> #include <linux/list.h> #include <linux/llist.h> #include <asm/page.h> /* pgprot_t */ #include <linux/rbtree.h> #inclu...
Linux işletim sistemi çekirdeği için 'include/linux/trace_printk' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_TRACE_PRINTK_H #define _LINUX_TRACE_PRINTK_H #include <linux/compiler_attributes.h> #include <linux/instruction_pointer.h> #include <linux/stddef.h> #include <linux/stringify.h> /* * General tracing related utility functions - trace_printk(), * tracing_on/t...
Linux işletim sistemi çekirdeği için 'include/linux/adi-axi-common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Analog Devices AXI common registers & definitions * * Copyright 2019 Analog Devices Inc. * * https://wiki.analog.com/resources/fpga/docs/axi_ip * https://wiki.analog.com/resources/fpga/docs/hdl/regmap */ #include <linux/types.h> #ifndef ADI_AXI_COMMON_H_ #define...
Linux işletim sistemi çekirdeği için 'include/linux/inetdevice' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_INETDEVICE_H #define _LINUX_INETDEVICE_H #ifdef __KERNEL__ #include <linux/bitmap.h> #include <linux/if.h> #include <linux/ip.h> #include <linux/netdevice.h> #include <linux/rcupdate.h> #include <linux/timer.h> #include <linux/sysctl.h> #include <linux/rtnetl...
Linux işletim sistemi çekirdeği için 'include/linux/freezer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Freezer declarations */ #ifndef FREEZER_H_INCLUDED #define FREEZER_H_INCLUDED #include <linux/debug_locks.h> #include <linux/sched.h> #include <linux/wait.h> #include <linux/atomic.h> #include <linux/jump_label.h> #ifdef CONFIG_FREEZER DECLARE_STATIC_KEY_FALSE(freezer_a...
Linux işletim sistemi çekirdeği için 'include/linux/lis3lv02d' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LIS3LV02D_H_ #define __LIS3LV02D_H_ /** * struct lis3lv02d_platform_data - lis3 chip family platform data * @click_flags: Click detection unit configuration * @click_thresh_x: Click detection unit x axis threshold * @click_thresh_y: Click detection unit y axis ...
Linux işletim sistemi çekirdeği için 'include/linux/bma150' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2011 Bosch Sensortec GmbH * Copyright (c) 2011 Unixphere */ #ifndef _BMA150_H_ #define _BMA150_H_ #define BMA150_DRIVER "bma150" #define BMA150_RANGE_2G 0 #define BMA150_RANGE_4G 1 #define BMA150_RANGE_8G 2 #define BMA150_BW_25HZ 0 #def...
Linux işletim sistemi çekirdeği için 'include/linux/nfslocalio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2024 Mike Snitzer <snitzer@hammerspace.com> * Copyright (C) 2024 NeilBrown <neilb@suse.de> */ #ifndef __LINUX_NFSLOCALIO_H #define __LINUX_NFSLOCALIO_H #if IS_ENABLED(CONFIG_NFS_LOCALIO) #include <linux/module.h> #include <linux/list.h> #include <linux...
Linux işletim sistemi çekirdeği için 'include/linux/fw_table' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * fw_tables.h - Parsing support for ACPI and ACPI-like tables provided by * platform or device firmware * * Copyright (C) 2001 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * Copyright (C) 2023 Intel Corp. */ #ifndef _FW_TABLE_H_ #define ...
Linux işletim sistemi çekirdeği için 'include/linux/fsl_hypervisor' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Freescale hypervisor ioctl and kernel interface * * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. * Author: Timur Tabi <timur@freescale.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * ...
Linux işletim sistemi çekirdeği için 'include/linux/pcie-dwc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2021-2023 Alibaba Inc. * Copyright (C) 2025 Linaro Ltd. * * Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> */ #ifndef LINUX_PCIE_DWC_H #define LINUX_PCIE_DWC_H #include <linux/pci_ids.h> struct dwc_pcie_vsec_id { u16 vendor_id; u...
Linux işletim sistemi çekirdeği için 'include/linux/sysfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * sysfs.h - definitions for the device driver filesystem * * Copyright (c) 2001,2002 Patrick Mochel * Copyright (c) 2004 Silicon Graphics, Inc. * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007 Tejun Heo <teheo@suse.de> * * Please see Documentation...
Linux işletim sistemi çekirdeği için 'include/linux/fsldma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef FSL_DMA_H #define FSL_DMA_H /* fsl dma API for enxternal start */ int fsl_dma_external_start(struct dma_chan *dchan, int enable); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/nfs_fs_sb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NFS_FS_SB #define _NFS_FS_SB #include <linux/list.h> #include <linux/backing-dev.h> #include <linux/idr.h> #include <linux/wait.h> #include <linux/nfs_xdr.h> #include <linux/sunrpc/xprt.h> #include <linux/nfslocalio.h> #include <linux/atomic.h> #include <linux/refc...
Linux işletim sistemi çekirdeği için 'include/linux/nls' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_NLS_H #define _LINUX_NLS_H #include <linux/init.h> /* Unicode has changed over the years. Unicode code points no longer * fit into 16 bits; as of Unicode 5 valid code points range from 0 * to 0x10ffff (17 planes, where each plane holds 65536 code points). ...
Linux işletim sistemi çekirdeği için 'include/linux/microchipphy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2015 Microchip Technology */ #ifndef _MICROCHIPPHY_H #define _MICROCHIPPHY_H #define LAN88XX_INT_MASK (0x19) #define LAN88XX_INT_MASK_MDINTPIN_EN_ (0x8000) #define LAN88XX_INT_MASK_SPEED_CHANGE_ (0x4000) #define LAN88XX_INT_MASK_LINK_CHANGE...
Linux işletim sistemi çekirdeği için 'include/linux/tpm_svsm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2023 James.Bottomley@HansenPartnership.com * Copyright (C) 2025 Red Hat, Inc. All Rights Reserved. * * Helpers for the SVSM_VTPM_CMD calls used by the vTPM protocol defined by the * AMD SVSM spec [1]. * * The vTPM protocol follows the Official T...
Linux işletim sistemi çekirdeği için 'include/linux/folio_batch' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/folio_batch.h * * In many places it is efficient to batch an operation up against multiple * folios. A folio_batch is a container which is used for that. */ #ifndef _LINUX_FOLIO_BATCH_H #define _LINUX_FOLIO_BATCH_H #include <linux/types.h> /* 31 po...
Linux işletim sistemi çekirdeği için 'include/linux/trace_remote_event' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_TRACE_REMOTE_EVENTS_H #define _LINUX_TRACE_REMOTE_EVENTS_H struct trace_remote; struct trace_event_fields; struct trace_seq; struct remote_event_hdr { unsigned short id; }; #define REMOTE_EVENT_NAME_MAX 30 struct remote_event { char name[REMOTE_EVENT_N...
Linux işletim sistemi çekirdeği için 'include/linux/iova_bitmap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2022, Oracle and/or its affiliates. * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved */ #ifndef _IOVA_BITMAP_H_ #define _IOVA_BITMAP_H_ #include <linux/types.h> #include <linux/errno.h> struct iova_bitmap; typedef int (*iova_...
Linux işletim sistemi çekirdeği için 'include/linux/fd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_FD_H #define _LINUX_FD_H #include <uapi/linux/fd.h> #ifdef CONFIG_COMPAT #include <linux/compat.h> struct compat_floppy_struct { compat_uint_t size; compat_uint_t sect; compat_uint_t head; compat_uint_t track; compat_uint_t stretch; unsigned char gap; ...
Linux işletim sistemi çekirdeği için 'include/linux/vt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_VT_H #define _LINUX_VT_H #include <uapi/linux/vt.h> /* Virtual Terminal events. */ #define VT_ALLOCATE 0x0001 /* Console got allocated */ #define VT_DEALLOCATE 0x0002 /* Console will be deallocated */ #define VT_WRITE 0x0003 /* A char got output */ #defin...
Linux işletim sistemi çekirdeği için 'include/linux/omap-gpmc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * OMAP GPMC (General Purpose Memory Controller) defines */ #include <linux/platform_data/gpmc-omap.h> #define GPMC_CONFIG_WP 0x00000005 /* IRQ numbers in GPMC IRQ domain for legacy boot use */ #define GPMC_IRQ_FIFOEVENTENABLE 0 #define GPMC_IRQ_COUNT_EVENT ...
Linux işletim sistemi çekirdeği için 'include/linux/scx200_gpio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ u32 scx200_gpio_configure(unsigned index, u32 set, u32 clear); extern unsigned scx200_gpio_base; extern unsigned long scx200_gpio_shadow[2]; extern struct nsc_gpio_ops scx200_gpio_ops; #define scx200_gpio_present() (scx200_gpio_base!=0) /* Definitions to make sure I do the...
Linux işletim sistemi çekirdeği için 'include/linux/mii' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * linux/mii.h: definitions for MII-compatible transceivers * Originally drivers/net/sunhme.h. * * Copyright (C) 1996, 1999, 2001 David S. Miller (davem@redhat.com) */ #ifndef __LINUX_MII_H__ #define __LINUX_MII_H__ #include <linux/if.h> #include <linux/linkmode.h> #...
Linux işletim sistemi çekirdeği için 'include/linux/of_graph' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * OF graph binding parsing helpers * * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd. * Author: Sylwester Nawrocki <s.nawrocki@samsung.com> * * Copyright (C) 2012 Renesas Electronics Corp. * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #ifndef ...
Linux işletim sistemi çekirdeği için 'include/linux/ramfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RAMFS_H #define _LINUX_RAMFS_H #include <linux/fs_parser.h> // bleh... struct inode *ramfs_get_inode(struct super_block *sb, const struct inode *dir, umode_t mode, dev_t dev); extern int ramfs_init_fs_context(struct fs_context *fc); extern void ramfs_kill_s...
Linux işletim sistemi çekirdeği için 'include/linux/i2c-algo-pcf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* ------------------------------------------------------------------------- */ /* adap-pcf.h i2c driver algorithms for PCF8584 adapters */ /* ------------------------------------------------------------------------- */ /* Copyright (C) 1995-97 ...
Linux işletim sistemi çekirdeği için 'include/linux/crc16' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * crc16.h - CRC-16 routine * * Implements the standard CRC-16: * Width 16 * Poly 0x8005 (x^16 + x^15 + x^2 + 1) * Init 0 * * Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com> */ #ifndef __CRC16_H #define __CRC16_H #include <linux/types.h> u16 cr...
Linux işletim sistemi çekirdeği için 'include/linux/evm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * evm.h * * Copyright (c) 2009 IBM Corporation * Author: Mimi Zohar <zohar@us.ibm.com> */ #ifndef _LINUX_EVM_H #define _LINUX_EVM_H #include <linux/integrity.h> #include <linux/xattr.h> #ifdef CONFIG_EVM extern int evm_set_key(void *key, size_t keylen); extern enum...
Linux işletim sistemi çekirdeği için 'include/linux/sh_dma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Header for the new SH dmaengine driver * * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #ifndef SH_DMA_H #define SH_DMA_H #include <linux/dmaengine.h> #include <linux/list.h> #include <linux/shdma-base.h> #include <linux/types.h> struct ...
Linux işletim sistemi çekirdeği için 'include/linux/ns_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_NS_COMMON_H #define _LINUX_NS_COMMON_H #include <linux/ns/ns_common_types.h> #include <linux/refcount.h> #include <linux/vfsdebug.h> #include <uapi/linux/sched.h> #include <uapi/linux/nsfs.h> bool is_current_namespace(struct ns_common *ns); int __ns_common_in...
Linux işletim sistemi çekirdeği için 'include/linux/sys_soc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson SA 2011 * Author: Lee Jones <lee.jones@linaro.org> for ST-Ericsson. */ #ifndef __SOC_BUS_H #define __SOC_BUS_H #include <linux/device.h> struct soc_device_attribute { const char *machine; const char *family; const char *revision; c...
Linux işletim sistemi çekirdeği için 'include/linux/hwmon-vid' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* hwmon-vid.h - VID/VRM/VRD voltage conversions Originally part of lm_sensors Copyright (c) 2002 Mark D. Studebaker <mdsxyz123@yahoo.com> With assistance from Trent Piepho <xyzzy@speakeasy.org> */ #ifndef _LINUX_HWMON_VID_H #define _LINUX_HWMON_VI...
Linux işletim sistemi çekirdeği için 'include/linux/ieee80211-he' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * IEEE 802.11 HE 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) 20...
Linux işletim sistemi çekirdeği için 'include/linux/generic-radix-tree' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef _LINUX_GENERIC_RADIX_TREE_H #define _LINUX_GENERIC_RADIX_TREE_H /** * DOC: Generic radix trees/sparse arrays * * Very simple and minimalistic, supporting arbitrary size entries up to * GENRADIX_NODE_SIZE. * * A genradix is defined with the type it will store, like so: * * static GENRADIX(struct fo...
Linux işletim sistemi çekirdeği için 'include/linux/inet' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Swansea University Computer Society NET3 * * This work is derived from NET2Debugged, which is in turn derived * from NET2D which was written by: * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> * * This work was derived from Ross Biro's inspirationa...
Linux işletim sistemi çekirdeği için 'include/linux/mv643xx_eth' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * MV-643XX ethernet platform device data definition file. */ #ifndef __LINUX_MV643XX_ETH_H #define __LINUX_MV643XX_ETH_H #include <linux/mbus.h> #include <linux/if_ether.h> #include <linux/phy.h> #define MV643XX_ETH_SHARED_NAME "mv643xx_eth" #define MV643XX_ETH_NAME ...
Linux işletim sistemi çekirdeği için 'include/linux/bottom_half' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_BH_H #define _LINUX_BH_H #include <linux/instruction_pointer.h> #include <linux/preempt.h> #if defined(CONFIG_PREEMPT_RT) || defined(CONFIG_TRACE_IRQFLAGS) extern void __local_bh_disable_ip(unsigned long ip, unsigned int cnt); #else static __always_inline voi...
Linux işletim sistemi çekirdeği için 'include/linux/socket' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SOCKET_H #define _LINUX_SOCKET_H #include <asm/socket.h> /* arch-dependent defines */ #include <linux/sockios.h> /* the SIOCxxx I/O controls */ #include <linux/uio.h> /* iovec support */ #include <linux/types.h> /* pid_t */ #include <linux/compiler.h...