instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/wait' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_WAIT_H #define _LINUX_WAIT_H /* * Linux wait queue related types and methods */ #include <linux/list.h> #include <linux/stddef.h> #include <linux/spinlock.h> #include <asm/current.h> typedef struct wait_queue_entry wait_queue_entry_t; typedef int (*wait_qu...
Linux işletim sistemi çekirdeği için 'include/linux/pci-tsm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PCI_TSM_H #define __PCI_TSM_H #include <linux/mutex.h> #include <linux/pci.h> #include <linux/sockptr.h> struct pci_tsm; struct tsm_dev; struct kvm; enum pci_tsm_req_scope; /* * struct pci_tsm_ops - manage confidential links and security state * @link_ops: Coord...
Linux işletim sistemi çekirdeği için 'include/linux/of_mdio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * OF helpers for the MDIO (Ethernet PHY) API * * Copyright (c) 2009 Secret Lab Technologies, Ltd. */ #ifndef __LINUX_OF_MDIO_H #define __LINUX_OF_MDIO_H #include <linux/device.h> #include <linux/phy.h> #include <linux/of.h> #if IS_ENABLED(CONFIG_OF_MDIO) bool o...
Linux işletim sistemi çekirdeği için 'include/linux/debug_locks' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_DEBUG_LOCKING_H #define __LINUX_DEBUG_LOCKING_H #include <linux/atomic.h> #include <linux/cache.h> struct task_struct; extern int debug_locks __read_mostly; extern int debug_locks_silent __read_mostly; static __always_inline int __debug_locks_off(void) { ...
Linux işletim sistemi çekirdeği için 'include/linux/cper' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * UEFI Common Platform Error Record * * Copyright (C) 2010, Intel Corp. * Author: Huang Ying <ying.huang@intel.com> */ #ifndef LINUX_CPER_H #define LINUX_CPER_H #include <linux/uuid.h> #include <linux/trace_seq.h> /* CPER record signature and the size */ #defi...
Linux işletim sistemi çekirdeği için 'include/linux/arch_topology' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/arch_topology.h - arch specific cpu topology information */ #ifndef _LINUX_ARCH_TOPOLOGY_H_ #define _LINUX_ARCH_TOPOLOGY_H_ #include <linux/types.h> #include <linux/percpu.h> void topology_normalize_cpu_scale(void); int topology_update_cpu_topology(void...
Linux işletim sistemi çekirdeği için 'include/linux/nvram' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_NVRAM_H #define _LINUX_NVRAM_H #include <linux/errno.h> #include <uapi/linux/nvram.h> #ifdef CONFIG_PPC #include <asm/machdep.h> #endif /** * struct nvram_ops - NVRAM functionality made available to drivers * @read: validate checksum (if any) then load a r...
Linux işletim sistemi çekirdeği için 'include/linux/fcdevice' 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. NET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Definitions for the Fibre Channel handlers. * * Version...
Linux işletim sistemi çekirdeği için 'include/linux/elf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ELF_H #define _LINUX_ELF_H #include <linux/types.h> #include <asm/elf.h> #include <uapi/linux/elf.h> #ifndef elf_read_implies_exec /* Executables for which elf_read_implies_exec() returns TRUE will have the READ_IMPLIES_EXEC personality flag set automa...
Linux işletim sistemi çekirdeği için 'include/linux/leds-expresswire' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Shared library for Kinetic's ExpressWire protocol. * This protocol works by pulsing the ExpressWire IC's control GPIO. * ktd2692 and ktd2801 are known to use this protocol. */ #ifndef _LEDS_EXPRESSWIRE_H #define _LEDS_EXPRESSWIRE_H #include <linux/types.h> st...
Linux işletim sistemi çekirdeği için 'include/linux/moduleparam' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MODULE_PARAMS_H #define _LINUX_MODULE_PARAMS_H /* (C) Copyright 2001, 2002 Rusty Russell IBM Corporation */ #include <linux/array_size.h> #include <linux/build_bug.h> #include <linux/compiler.h> #include <linux/init.h> #include <linux/stringify.h> #include <li...
Linux işletim sistemi çekirdeği için 'include/linux/cfag12864b' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Filename: cfag12864b.h * Version: 0.1.0 * Description: cfag12864b LCD driver header * * Author: Copyright (C) Miguel Ojeda <ojeda@kernel.org> * Date: 2006-10-12 */ #ifndef _CFAG12864B_H_ #define _CFAG12864B_H_ #define CFAG12864B_WIDTH (128) #d...
Linux işletim sistemi çekirdeği için 'include/linux/mhi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. * */ #ifndef _MHI_H_ #define _MHI_H_ #include <linux/device.h> #include <linux/dma-direction.h> #include <linux/mutex.h> #include <linux/skbuff.h> #include <linux/slab.h> #include <linux/spinlock.h> ...
Linux işletim sistemi çekirdeği için 'include/linux/mv643xx_i2c' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef _MV64XXX_I2C_H_ #define _MV64XXX_I2C_H_ #include <linux/types.h> #define MV64XXX_I2C_CTLR_NAME "mv64xxx_i2c" /* i2c Platform Device, Driver Data */ struct mv64xxx_i2c_pdata { u32 freq_m; u32 freq_n; u32 timeout; /* In milliseconds */ }; #endif ...
Linux işletim sistemi çekirdeği için 'include/linux/virtio_anchor' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_VIRTIO_ANCHOR_H #define _LINUX_VIRTIO_ANCHOR_H #ifdef CONFIG_VIRTIO_ANCHOR struct virtio_device; bool virtio_require_restricted_mem_acc(struct virtio_device *dev); extern bool (*virtio_check_mem_acc_cb)(struct virtio_device *dev); static inline void virtio_s...
Linux işletim sistemi çekirdeği için 'include/linux/math64' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MATH64_H #define _LINUX_MATH64_H #include <linux/types.h> #include <linux/math.h> #include <asm/div64.h> #include <vdso/math64.h> #if BITS_PER_LONG == 64 #define div64_long(x, y) div64_s64((x), (y)) #define div64_ul(x, y) div64_u64((x), (y)) /** * div_u6...
Linux işletim sistemi çekirdeği için 'include/linux/osq_lock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_OSQ_LOCK_H #define __LINUX_OSQ_LOCK_H /* * An MCS like lock especially tailored for optimistic spinning for sleeping * lock implementations (mutex, rwsem, etc). */ struct optimistic_spin_queue { /* * Stores an encoded value of the CPU # of the tail nod...
Linux işletim sistemi çekirdeği için 'include/linux/init_syscalls' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ int __init init_mount(const char *dev_name, const char *dir_name, const char *type_page, unsigned long flags, void *data_page); int __init init_umount(const char *name, int flags); int __init init_chdir(const char *filename); int __init init_chroot(const char *filename); i...
Linux işletim sistemi çekirdeği için 'include/linux/timb_dma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * timb_dma.h timberdale FPGA DMA driver defines * Copyright (c) 2010 Intel Corporation */ /* Supports: * Timberdale FPGA DMA engine */ #ifndef _LINUX_TIMB_DMA_H #define _LINUX_TIMB_DMA_H /** * struct timb_dma_platform_data_channel - Description of each indivi...
Linux işletim sistemi çekirdeği için 'include/linux/context_tracking_irq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_CONTEXT_TRACKING_IRQ_H #define _LINUX_CONTEXT_TRACKING_IRQ_H #ifdef CONFIG_CONTEXT_TRACKING_IDLE void ct_irq_enter(void); void ct_irq_exit(void); void ct_irq_enter_irqson(void); void ct_irq_exit_irqson(void); void ct_nmi_enter(void); void ct_nmi_exit(void); #e...
Linux işletim sistemi çekirdeği için 'include/linux/tracepoint-defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef TRACEPOINT_DEFS_H #define TRACEPOINT_DEFS_H 1 /* * File can be included directly by headers who only want to access * tracepoint->key to guard out of line trace calls, or the definition of * trace_print_flags{_u64}. Otherwise linux/tracepoint.h should be used. */...
Linux işletim sistemi çekirdeği için 'include/linux/gpio_keys' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _GPIO_KEYS_H #define _GPIO_KEYS_H #include <linux/types.h> struct device; /** * struct gpio_keys_button - configuration parameters * @code: input event code (KEY_*, SW_*) * @gpio: %-1 if this key does not support gpio * @active_low: %true indicates that butt...
Linux işletim sistemi çekirdeği için 'include/linux/genl_magic_struct' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef GENL_MAGIC_STRUCT_H #define GENL_MAGIC_STRUCT_H #ifndef GENL_MAGIC_FAMILY # error "you need to define GENL_MAGIC_FAMILY before inclusion" #endif #ifndef GENL_MAGIC_VERSION # error "you need to define GENL_MAGIC_VERSION before inclusion" #endif #ifndef GENL_MAGIC_IN...
Linux işletim sistemi çekirdeği için 'include/linux/fs_context' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Filesystem superblock creation and reconfiguration context. * * Copyright (C) 2018 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _LINUX_FS_CONTEXT_H #define _LINUX_FS_CONTEXT_H #include <linux/kernel.h> #inclu...
Linux işletim sistemi çekirdeği için 'include/linux/via' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Miscellaneous definitions for VIA chipsets Currently used only by drivers/parport/parport_pc.c */ /* Values for SuperIO function select configuration register */ #define VIA_FUNCTION_PARPORT_SPP 0x00 #define VIA_FUNCTION_PARPORT_ECP 0x01 #define VIA_FUNCTION_PA...
Linux işletim sistemi çekirdeği için 'include/linux/stddef' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_STDDEF_H #define _LINUX_STDDEF_H #include <uapi/linux/stddef.h> #undef NULL #define NULL ((void *)0) enum { false = 0, true = 1 }; #undef offsetof #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) /** * sizeof_field() - Report the size of ...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter_netdev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NETFILTER_NETDEV_H_ #define _NETFILTER_NETDEV_H_ #include <linux/netfilter.h> #include <linux/netdevice.h> #ifdef CONFIG_NETFILTER_INGRESS static inline bool nf_hook_ingress_active(const struct sk_buff *skb) { #ifdef CONFIG_JUMP_LABEL if (!static_key_false(&nf_hoo...
Linux işletim sistemi çekirdeği için 'include/linux/pkeys' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PKEYS_H #define _LINUX_PKEYS_H #include <linux/mm.h> #define ARCH_DEFAULT_PKEY 0 #ifdef CONFIG_ARCH_HAS_PKEYS #include <asm/pkeys.h> #else /* ! CONFIG_ARCH_HAS_PKEYS */ #define arch_max_pkey() (1) #define execute_only_pkey(mm) (0) #define arch_override_mprot...
Linux işletim sistemi çekirdeği için 'include/linux/sock_diag' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SOCK_DIAG_H__ #define __SOCK_DIAG_H__ #include <linux/netlink.h> #include <linux/user_namespace.h> #include <net/net_namespace.h> #include <net/sock.h> #include <uapi/linux/sock_diag.h> struct sk_buff; struct nlmsghdr; struct sock; struct sock_diag_handler { str...
Linux işletim sistemi çekirdeği için 'include/linux/backlight' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Backlight Lowlevel Control Abstraction * * Copyright (C) 2003,2004 Hewlett-Packard Company * */ #ifndef _LINUX_BACKLIGHT_H #define _LINUX_BACKLIGHT_H #include <linux/device.h> #include <linux/mutex.h> #include <linux/types.h> /** * enum backlight_update_reason -...
Linux işletim sistemi çekirdeği için 'include/linux/serial_bcm63xx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SERIAL_BCM63XX_H #define _LINUX_SERIAL_BCM63XX_H /* UART Control Register */ #define UART_CTL_REG 0x0 #define UART_CTL_RXTMOUTCNT_SHIFT 0 #define UART_CTL_RXTMOUTCNT_MASK (0x1f << UART_CTL_RXTMOUTCNT_SHIFT) #define UART_CTL_RSTTXDN_SHIFT 5 #define UART_CTL_...
Linux işletim sistemi çekirdeği için 'include/linux/acpi_viot' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ACPI_VIOT_H__ #define __ACPI_VIOT_H__ #include <linux/acpi.h> #ifdef CONFIG_ACPI_VIOT void __init acpi_viot_early_init(void); void __init acpi_viot_init(void); int viot_iommu_configure(struct device *dev); #else static inline void acpi_viot_early_init(void) ...
Linux işletim sistemi çekirdeği için 'include/linux/coresight' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2012, The Linux Foundation. All rights reserved. */ #ifndef _LINUX_CORESIGHT_H #define _LINUX_CORESIGHT_H #include <linux/amba/bus.h> #include <linux/clk.h> #include <linux/device.h> #include <linux/io.h> #include <linux/perf_event.h> #include <linux/sc...
Linux işletim sistemi çekirdeği için 'include/linux/mpi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* mpi.h - Multi Precision Integers * Copyright (C) 1994, 1996, 1998, 1999, * 2000, 2001 Free Software Foundation, Inc. * * This file is part of GNUPG. * * Note: This code is heavily based on the GNU MP Library. * Actually it's the same c...
Linux işletim sistemi çekirdeği için 'include/linux/acct' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * BSD Process Accounting for Linux - Definitions * * Author: Marco van Wieringen (mvw@planets.elm.net) * * This header file contains the definitions needed to implement * BSD-style process accounting. The kernel accounting code and all * user-level programs tha...
Linux işletim sistemi çekirdeği için 'include/linux/string_choices' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_STRING_CHOICES_H_ #define _LINUX_STRING_CHOICES_H_ /* * Here provide a series of helpers in the str_$TRUE_$FALSE format (you can * also expand some helpers as needed), where $TRUE and $FALSE are their * corresponding literal strings. These helpers can be us...
Linux işletim sistemi çekirdeği için 'include/linux/coda' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* You may distribute this file under either of the two licenses that follow at your discretion. */ /* BLURB lgpl Coda File System Release 5 Copyright (c) 1987-1999 Carnegie Mellon University Additional copyrights listed...
Linux işletim sistemi çekirdeği için 'include/linux/crc-ccitt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_CRC_CCITT_H #define _LINUX_CRC_CCITT_H #include <linux/types.h> extern u16 const crc_ccitt_table[256]; extern u16 crc_ccitt(u16 crc, const u8 *buffer, size_t len); static inline u16 crc_ccitt_byte(u16 crc, const u8 c) { return (crc >> 8) ^ crc_ccitt_table[...
Linux işletim sistemi çekirdeği için 'include/linux/alloc_tag' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * allocation tagging */ #ifndef _LINUX_ALLOC_TAG_H #define _LINUX_ALLOC_TAG_H #include <linux/bug.h> #include <linux/codetag.h> #include <linux/container_of.h> #include <linux/preempt.h> #include <asm/percpu.h> #include <linux/cpumask.h> #include <linux/smp.h> #include ...
Linux işletim sistemi çekirdeği için 'include/linux/journal-head' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/journal-head.h * * buffer_head fields for JBD * * 27 May 2001 Andrew Morton * Created - pulled out of fs.h */ #ifndef JOURNAL_HEAD_H_INCLUDED #define JOURNAL_HEAD_H_INCLUDED #include <linux/spinlock.h> typedef unsigned int tid_t; /* Unique trans...
Linux işletim sistemi çekirdeği için 'include/linux/vga_switcheroo' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * vga_switcheroo.h - Support for laptop with dual GPU using one set of outputs * * Copyright (c) 2010 Red Hat Inc. * Author : Dave Airlie <airlied@redhat.com> * * Copyright (c) 2015 Lukas Wunner <lukas@wunner.de> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this...
Linux işletim sistemi çekirdeği için 'include/linux/usb_usual' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Interface to the libusual. * * Copyright (c) 2005 Pete Zaitcev <zaitcev@redhat.com> * Copyright (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) * Copyright (c) 1999 Michael Gee (michael@linuxspecific.com) */ #ifndef __LINUX_USB_USUAL_H #define __LINUX_...
Linux işletim sistemi çekirdeği için 'include/linux/rwbase_rt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0-only #ifndef _LINUX_RWBASE_RT_H #define _LINUX_RWBASE_RT_H #include <linux/rtmutex.h> #include <linux/atomic.h> #define READER_BIAS (1U << 31) #define WRITER_BIAS (1U << 30) struct rwbase_rt { atomic_t readers; struct rt_mutex_base rtmutex; }; #define __RWBASE_INITIALIZ...
Linux işletim sistemi çekirdeği için 'include/linux/skb_array' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Definitions for the 'struct skb_array' datastructure. * * Author: * Michael S. Tsirkin <mst@redhat.com> * * Copyright (C) 2016 Red Hat, Inc. * * Limited-size FIFO of skbs. Can be used more or less whenever * sk_buff_head can be used, except you need to...
Linux işletim sistemi çekirdeği için 'include/linux/tick' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Tick related global functions */ #ifndef _LINUX_TICK_H #define _LINUX_TICK_H #include <linux/clockchips.h> #include <linux/irqflags.h> #include <linux/percpu.h> #include <linux/context_tracking_state.h> #include <linux/cpumask.h> #include <linux/sched.h> #include <lin...
Linux işletim sistemi çekirdeği için 'include/linux/mnt_idmapping' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MNT_IDMAPPING_H #define _LINUX_MNT_IDMAPPING_H #include <linux/types.h> #include <linux/uidgid.h> struct mnt_idmap; struct user_namespace; extern struct mnt_idmap nop_mnt_idmap; extern struct mnt_idmap invalid_mnt_idmap; extern struct user_namespace init_use...
Linux işletim sistemi çekirdeği için 'include/linux/tc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Interface to the TURBOchannel related routines. * * Copyright (c) 1998 Harald Koerfgen * Copyright (c) 2005 James Simmons * Copyright (c) 2006 Maciej W. Rozycki * * Based on: * * "TURBOchannel Firmware Specification", EK-TCAAD-FS-004 * * from Digital Equipment Corporation. * * This file is sub...
Linux işletim sistemi çekirdeği için 'include/linux/bcm963xx_nvram' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_BCM963XX_NVRAM_H__ #define __LINUX_BCM963XX_NVRAM_H__ #include <linux/crc32.h> #include <linux/if_ether.h> #include <linux/sizes.h> #include <linux/types.h> /* * Broadcom BCM963xx SoC board nvram data structure. * * The nvram structure varies in size depe...
Linux işletim sistemi çekirdeği için 'include/linux/container' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Definitions for container bus type. * * Copyright (C) 2013, Intel Corporation * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> */ #ifndef _LINUX_CONTAINER_H #define _LINUX_CONTAINER_H #include <linux/device.h> /* drivers/base/power/container.c */ ext...
Linux işletim sistemi çekirdeği için 'include/linux/libps2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _LIBPS2_H #define _LIBPS2_H /* * Copyright (C) 1999-2002 Vojtech Pavlik * Copyright (C) 2004 Dmitry Torokhov */ #include <linux/bitops.h> #include <linux/interrupt.h> #include <linux/mutex.h> #include <linux/types.h> #include <linux/wait.h> struct ps2dev; ...
Linux işletim sistemi çekirdeği için 'include/linux/shm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SHM_H_ #define _LINUX_SHM_H_ #include <linux/types.h> #include <asm/page.h> #include <asm/shmparam.h> struct file; struct task_struct; #ifdef CONFIG_SYSVIPC struct sysv_shm { struct list_head shm_clist; }; long do_shmat(int shmid, char __user *shmaddr, int...
Linux işletim sistemi çekirdeği için 'include/linux/oom' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __INCLUDE_LINUX_OOM_H #define __INCLUDE_LINUX_OOM_H #include <linux/sched/signal.h> #include <linux/types.h> #include <linux/nodemask.h> #include <uapi/linux/oom.h> #include <linux/mm.h> /* VM_FAULT* */ struct zonelist; struct notifier_block; struct mem_cgroup; str...
Linux işletim sistemi çekirdeği için 'include/linux/uts_namespace' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_UTS_NAMESPACE_H #define _LINUX_UTS_NAMESPACE_H #include <linux/ns_common.h> #include <uapi/linux/utsname.h> struct user_namespace; extern struct user_namespace init_user_ns; struct uts_namespace { struct new_utsname name; struct user_namespace *user_ns; s...
Linux işletim sistemi çekirdeği için 'include/linux/intel_vsec' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _INTEL_VSEC_H #define _INTEL_VSEC_H #include <linux/auxiliary_bus.h> #include <linux/bits.h> #include <linux/err.h> #include <linux/intel_pmt_features.h> /* * VSEC_CAP_UNUSED is reserved. It exists to prevent zero initialized * intel_vsec devices from being automa...
Linux işletim sistemi çekirdeği için 'include/linux/pr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_PR_H #define LINUX_PR_H #include <uapi/linux/pr.h> struct pr_keys { u32 generation; u32 num_keys; u64 keys[]; }; struct pr_held_reservation { u64 key; u32 generation; enum pr_type type; }; struct pr_ops { int (*pr_register)(struct block_device *bdev...
Linux işletim sistemi çekirdeği için 'include/linux/parman' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * include/linux/parman.h - Manager for linear priority array areas * Copyright (c) 2017 Mellanox Technologies. All rights reserved. * Copyright (c) 2017 Jiri Pirko <jiri@mellanox.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
Linux işletim sistemi çekirdeği için 'include/linux/isa-dma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_ISA_DMA_H #define __LINUX_ISA_DMA_H #include <asm/dma.h> #if defined(CONFIG_PCI) && defined(CONFIG_X86_32) extern int isa_dma_bridge_buggy; #else #define isa_dma_bridge_buggy (0) #endif #endif /* __LINUX_ISA_DMA_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/ref_tracker' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0-or-later #ifndef _LINUX_REF_TRACKER_H #define _LINUX_REF_TRACKER_H #include <linux/refcount.h> #include <linux/types.h> #include <linux/spinlock.h> #include <linux/stackdepot.h> #define __ostream_printf __printf(2, 3) struct ref_tracker; struct ref_tracker_dir { #ifdef CONFIG...
Linux işletim sistemi çekirdeği için 'include/linux/pvclock_gtod' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _PVCLOCK_GTOD_H #define _PVCLOCK_GTOD_H #include <linux/notifier.h> /* * The pvclock gtod notifier is called when the system time is updated * and is used to keep guest time synchronized with host time. * * The 'action' parameter in the notifier function is fals...
Linux işletim sistemi çekirdeği için 'include/linux/devcoredump' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright(c) 2015 Intel Deutschland GmbH */ #ifndef __DEVCOREDUMP_H #define __DEVCOREDUMP_H #include <linux/device.h> #include <linux/module.h> #include <linux/vmalloc.h> #include <linux/scatterlist.h> #include <linux/slab.h> /* if data isn't read by userspace ...
Linux işletim sistemi çekirdeği için 'include/linux/irq_sim' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@bgdev.pl> * Copyright (C) 2020 Bartosz Golaszewski <bgolaszewski@baylibre.com> */ #ifndef _LINUX_IRQ_SIM_H #define _LINUX_IRQ_SIM_H #include <linux/device.h> #include <linux/fwnode.h> #include <linux/irqdomain.h> /...
Linux işletim sistemi çekirdeği için 'include/linux/phy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Framework and drivers for configuring and reading different PHYs * Based on code in sungem_phy.c and (long-removed) gianfar_phy.c * * Author: Andy Fleming * * Copyright (c) 2004 Freescale Semiconductor, Inc. */ #ifndef __PHY_H #define __PHY_H #include <...
Linux işletim sistemi çekirdeği için 'include/linux/ptp_classify' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PTP 1588 support * * This file implements a BPF that recognizes PTP event messages. * * Copyright (C) 2010 OMICRON electronics GmbH */ #ifndef _PTP_CLASSIFY_H_ #define _PTP_CLASSIFY_H_ #include <linux/unaligned.h> #include <linux/ip.h> #include <linux/kt...
Linux işletim sistemi çekirdeği için 'include/linux/pagewalk' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PAGEWALK_H #define _LINUX_PAGEWALK_H #include <linux/mm.h> struct mm_walk; /* Locking requirement during a page walk. */ enum page_walk_lock { /* mmap_lock should be locked for read to stabilize the vma tree */ PGWALK_RDLOCK = 0, /* vma will be write-lock...
Linux işletim sistemi çekirdeği için 'include/linux/ks8842' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * ks8842.h KS8842 platform data struct definition * Copyright (c) 2010 Intel Corporation */ #ifndef _LINUX_KS8842_H #define _LINUX_KS8842_H #include <linux/if_ether.h> /** * struct ks8842_platform_data - Platform data of the KS8842 network driver * @macaddr: T...
Linux işletim sistemi çekirdeği için 'include/linux/if_rmnet' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only * Copyright (c) 2013-2019, 2021 The Linux Foundation. All rights reserved. */ #ifndef _LINUX_IF_RMNET_H_ #define _LINUX_IF_RMNET_H_ #include <linux/types.h> struct rmnet_map_header { u8 flags; /* MAP_CMD_FLAG, MAP_PAD_LEN_MASK */ u8 mux_id; __be16 pkt_len; /* Le...
Linux işletim sistemi çekirdeği için 'include/linux/khugepaged' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_KHUGEPAGED_H #define _LINUX_KHUGEPAGED_H #include <linux/mm.h> extern unsigned int khugepaged_max_ptes_none __read_mostly; #ifdef CONFIG_TRANSPARENT_HUGEPAGE extern struct attribute_group khugepaged_attr_group; extern int khugepaged_init(void); extern void k...
Linux işletim sistemi çekirdeği için 'include/linux/rio_drv' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * RapidIO driver services * * Copyright 2005 MontaVista Software, Inc. * Matt Porter <mporter@kernel.crashing.org> */ #ifndef LINUX_RIO_DRV_H #define LINUX_RIO_DRV_H #include <linux/types.h> #include <linux/ioport.h> #include <linux/list.h> #include <linux/...
Linux işletim sistemi çekirdeği için 'include/linux/kcore' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * /proc/kcore definitions */ #ifndef _LINUX_KCORE_H #define _LINUX_KCORE_H enum kcore_type { KCORE_TEXT, KCORE_VMALLOC, KCORE_RAM, KCORE_VMEMMAP, KCORE_USER, }; struct kcore_list { struct list_head list; unsigned long addr; size_t size; int type; }; #ifdef CO...
Linux işletim sistemi çekirdeği için 'include/linux/overflow' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR MIT */ #ifndef __LINUX_OVERFLOW_H #define __LINUX_OVERFLOW_H #include <linux/compiler.h> #include <linux/limits.h> #include <linux/const.h> /* * We need to compute the minimum and maximum values representable in a given * type. These macros may also be useful elsewhere. I...
Linux işletim sistemi çekirdeği için 'include/linux/iommu-dma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved * * DMA operations that map physical memory through IOMMU. */ #ifndef _LINUX_IOMMU_DMA_H #define _LINUX_IOMMU_DMA_H #include <linux/dma-direction.h> #ifdef CONFIG_IOMMU_DMA static inline bool ...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter_ipv4' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* IPv4-specific defines for netfilter. * (C)1998 Rusty Russell -- This code is GPL. */ #ifndef __LINUX_IP_NETFILTER_H #define __LINUX_IP_NETFILTER_H #include <uapi/linux/netfilter_ipv4.h> /* Extra routing may needed on local out, as the QUEUE target never returns * control to the table. */ struct ip_rt_inf...
Linux işletim sistemi çekirdeği için 'include/linux/via_i2c' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 1998-2009 VIA Technologies, Inc. All Rights Reserved. * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. */ #ifndef __VIA_I2C_H__ #define __VIA_I2C_H__ #include <linux/i2c.h> #include <linux/i2c-algo-bit.h> struct via_i2c_stuff { u16 i...
Linux işletim sistemi çekirdeği için 'include/linux/workqueue_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_WORKQUEUE_TYPES_H #define _LINUX_WORKQUEUE_TYPES_H #include <linux/atomic.h> #include <linux/lockdep_types.h> #include <linux/timer_types.h> #include <linux/types.h> struct workqueue_struct; struct work_struct; typedef void (*work_func_t)(struct work_struct ...
Linux işletim sistemi çekirdeği için 'include/linux/w1' 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 Evgeniy Polyakov <zbr@ioremap.net> */ #ifndef __LINUX_W1_H #define __LINUX_W1_H #include <linux/device.h> /** * struct w1_reg_num - broken out slave device id * * @family: identifies the type of device * @id: along with family is the ...
Linux işletim sistemi çekirdeği için 'include/linux/srcu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Sleepable Read-Copy Update mechanism for mutual exclusion * * Copyright (C) IBM Corporation, 2006 * Copyright (C) Fujitsu, 2012 * * Author: Paul McKenney <paulmck@linux.ibm.com> * Lai Jiangshan <laijs@cn.fujitsu.com> * * For detailed explanation of Read-Copy...
Linux işletim sistemi çekirdeği için 'include/linux/hung_task' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Detect Hung Task: detecting tasks stuck in D state * * Copyright (C) 2025 Tongcheng Travel (www.ly.com) * Author: Lance Yang <mingzhe.yang@ly.com> */ #ifndef __LINUX_HUNG_TASK_H #define __LINUX_HUNG_TASK_H #include <linux/bug.h> #include <linux/sched.h> #inclu...
Linux işletim sistemi çekirdeği için 'include/linux/parport' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Any part of this program may be used in documents licensed under * the GNU Free Documentation License, Version 1.1 or any later version * published by the Free Software Foundation. */ #ifndef _PARPORT_H_ #define _PARPORT_H_ #include <linux/jiffies.h> #include <linux/proc_fs.h> #include <linux/spinlock.h...
Linux işletim sistemi çekirdeği için 'include/linux/siphash' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ /* Copyright (C) 2016-2022 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * * SipHash: a fast short-input PRF * https://131002.net/siphash/ * * This implementation is specifically for SipHash2-4 for a secure PRF * and HalfSipHash1-3/Si...
Linux işletim sistemi çekirdeği için 'include/linux/omap-iommu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * omap iommu: simple virtual address space management * * Copyright (C) 2008-2009 Nokia Corporation * * Written by Hiroshi DOYU <Hiroshi.DOYU@nokia.com> */ #ifndef _OMAP_IOMMU_H_ #define _OMAP_IOMMU_H_ struct iommu_domain; #ifdef CONFIG_OMAP_IOMMU extern void...
Linux işletim sistemi çekirdeği için 'include/linux/io-pgtable' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __IO_PGTABLE_H #define __IO_PGTABLE_H #include <linux/bitops.h> #include <linux/iommu.h> /* * Public API for use by IOMMU drivers */ enum io_pgtable_fmt { ARM_32_LPAE_S1, ARM_32_LPAE_S2, ARM_64_LPAE_S1, ARM_64_LPAE_S2, ARM_V7S, ARM_MALI_LPAE, APPLE_DART, A...
Linux işletim sistemi çekirdeği için 'include/linux/blk-crypto-profile' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2019 Google LLC */ #ifndef __LINUX_BLK_CRYPTO_PROFILE_H #define __LINUX_BLK_CRYPTO_PROFILE_H #include <linux/bio.h> #include <linux/blk-crypto.h> struct blk_crypto_profile; /** * struct blk_crypto_ll_ops - functions to control inline encryption hardware ...
Linux işletim sistemi çekirdeği için 'include/linux/rwlock_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef __LINUX_RWLOCK_TYPES_H #define __LINUX_RWLOCK_TYPES_H #if !defined(__LINUX_SPINLOCK_TYPES_H) # error "Do not include directly, include spinlock_types.h" #endif #ifdef CONFIG_DEBUG_LOCK_ALLOC # define RW_DEP_MAP_INIT(lockname) \ .dep_map = { \ .name = #lockname, \ .wait_type_inner = LD_...
Linux işletim sistemi çekirdeği için 'include/linux/projid' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PROJID_H #define _LINUX_PROJID_H /* * A set of types for the internal kernel types representing project ids. * * The types defined in this header allow distinguishing which project ids in * the kernel are values used by userspace and which project id value...
Linux işletim sistemi çekirdeği için 'include/linux/adfs_fs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ADFS_FS_H #define _ADFS_FS_H #include <uapi/linux/adfs_fs.h> /* * Calculate the boot block checksum on an ADFS drive. Note that this will * appear to be correct if the sector contains all zeros, so also check that * the disk size is non-zero!!! */ static inlin...
Linux işletim sistemi çekirdeği için 'include/linux/task_io_accounting_ops' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Task I/O accounting operations */ #ifndef __TASK_IO_ACCOUNTING_OPS_INCLUDED #define __TASK_IO_ACCOUNTING_OPS_INCLUDED #include <linux/sched.h> #ifdef CONFIG_TASK_IO_ACCOUNTING static inline void task_io_account_read(size_t bytes) { current->ioac.read_bytes += bytes;...
Linux işletim sistemi çekirdeği için 'include/linux/pid_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PID_TYPES_H #define _LINUX_PID_TYPES_H enum pid_type { PIDTYPE_PID, PIDTYPE_TGID, PIDTYPE_PGID, PIDTYPE_SID, PIDTYPE_MAX, }; struct pid_namespace; extern struct pid_namespace init_pid_ns; #endif /* _LINUX_PID_TYPES_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/if_ether' 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 Ethernet IEEE 802.3 interface....
Linux işletim sistemi çekirdeği için 'include/linux/memory' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/memory.h - generic memory definition * * This is mainly for topological representation. We define the * basic "struct memory_block" here, which can be embedded in per-arch * definitions or NUMA information. * * Basic handling of the devices is done i...
Linux işletim sistemi çekirdeği için 'include/linux/mm_types_task' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MM_TYPES_TASK_H #define _LINUX_MM_TYPES_TASK_H /* * Here are the definitions of the MM data types that are embedded in 'struct task_struct'. * * (These are defined separately to decouple sched.h from mm_types.h as much as possible.) */ #include <linux/ali...
Linux işletim sistemi çekirdeği için 'include/linux/adreno-smmu-priv' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2020 Google, Inc */ #ifndef __ADRENO_SMMU_PRIV_H #define __ADRENO_SMMU_PRIV_H #include <linux/io-pgtable.h> /** * struct adreno_smmu_fault_info - container for key fault information * * @far: The faulting IOVA from ARM_SMMU_CB_FAR * @ttbr0: The c...
Linux işletim sistemi çekirdeği için 'include/linux/ieee80211-vht' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * IEEE 802.11 VHT 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/sprintf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_KERNEL_SPRINTF_H_ #define _LINUX_KERNEL_SPRINTF_H_ #include <linux/compiler_attributes.h> #include <linux/types.h> #include <linux/stdarg.h> int num_to_str(char *buf, int size, unsigned long long num, unsigned int width); __printf(2, 3) int sprintf(char *buf...
Linux işletim sistemi çekirdeği için 'include/linux/smscphy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_SMSCPHY_H__ #define __LINUX_SMSCPHY_H__ #define MII_LAN83C185_ISF 29 /* Interrupt Source Flags */ #define MII_LAN83C185_IM 30 /* Interrupt Mask */ #define MII_LAN83C185_CTRL_STATUS 17 /* Mode/Status Register */ #define MII_LAN83C185_SPECIAL_MODES 18 /* Speci...
Linux işletim sistemi çekirdeği için 'include/linux/jz4780-nemc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * JZ4780 NAND/external memory controller (NEMC) * * Copyright (c) 2015 Imagination Technologies * Author: Alex Smith <alex@alex-smith.me.uk> */ #ifndef __LINUX_JZ4780_NEMC_H__ #define __LINUX_JZ4780_NEMC_H__ #include <linux/types.h> struct device; /* * N...
Linux işletim sistemi çekirdeği için 'include/linux/bpf_trace' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_BPF_TRACE_H__ #define __LINUX_BPF_TRACE_H__ #include <trace/events/xdp.h> #endif /* __LINUX_BPF_TRACE_H__ */ ```
Linux işletim sistemi çekirdeği için 'include/linux/net' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * NET An implementation of the SOCKET network access protocol. * This is the master header file for the Linux NET layer, * or, in plain English: the networking handling part of the * kernel. * * Version: @(#)net.h 1.0.3 05/25/93 * * Authors: Orest Zbor...
Linux işletim sistemi çekirdeği için 'include/linux/license' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __LICENSE_H #define __LICENSE_H static inline int license_is_gpl_compatible(const char *license) { return (strcmp(license, "GPL") == 0 || strcmp(license, "GPL v2") == 0 || strcmp(license, "GPL and additional rights") == 0 || strcmp(license, "Dual BSD/GPL"...
Linux işletim sistemi çekirdeği için 'include/linux/interconnect-clk' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2023, Linaro Ltd. */ #ifndef __LINUX_INTERCONNECT_CLK_H #define __LINUX_INTERCONNECT_CLK_H struct device; struct icc_clk_data { struct clk *clk; const char *name; unsigned int master_id; unsigned int slave_id; }; struct icc_provider *icc_clk_regis...
Linux işletim sistemi çekirdeği için 'include/linux/fddidevice' 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. * * Definitions for the FDDI handlers. * * Version: @(#)fddi...