instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/pps_kernel' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PPS API kernel header * * Copyright (C) 2009 Rodolfo Giometti <giometti@linux.it> */ #ifndef LINUX_PPS_KERNEL_H #define LINUX_PPS_KERNEL_H #include <linux/pps.h> #include <linux/cdev.h> #include <linux/device.h> #include <linux/time.h> /* * Global defi...
Linux işletim sistemi çekirdeği için 'include/linux/cpu_rmap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __LINUX_CPU_RMAP_H #define __LINUX_CPU_RMAP_H /* * cpu_rmap.c: CPU affinity reverse-map support * Copyright 2011 Solarflare Communications Inc. */ #include <linux/cpumask_types.h> #include <linux/gfp.h> #include <linux/slab.h> #include <linux/kref.h> /** *...
Linux işletim sistemi çekirdeği için 'include/linux/nfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * NFS protocol definitions * * This file contains constants mostly for Version 2 of the protocol, * but also has a couple of NFSv3 bits in (notably the error codes). */ #ifndef _LINUX_NFS_H #define _LINUX_NFS_H #include <linux/cred.h> #include <linux/sunrpc/auth.h> #...
Linux işletim sistemi çekirdeği için 'include/linux/acpi_mdio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * ACPI helper for the MDIO (Ethernet PHY) API */ #ifndef __LINUX_ACPI_MDIO_H #define __LINUX_ACPI_MDIO_H #include <linux/phy.h> #if IS_ENABLED(CONFIG_ACPI_MDIO) int __acpi_mdiobus_register(struct mii_bus *mdio, struct fwnode_handle *fwnode, struct module *...
Linux işletim sistemi çekirdeği için 'include/linux/ptdump' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PTDUMP_H #define _LINUX_PTDUMP_H #include <linux/mm_types.h> struct ptdump_range { unsigned long start; unsigned long end; }; struct ptdump_state { void (*note_page_pte)(struct ptdump_state *st, unsigned long addr, pte_t pte); void (*note_page_pmd)(stru...
Linux işletim sistemi çekirdeği için 'include/linux/btf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2018 Facebook */ #ifndef _LINUX_BTF_H #define _LINUX_BTF_H 1 #include <linux/types.h> #include <linux/bpfptr.h> #include <linux/bsearch.h> #include <linux/btf_ids.h> #include <uapi/linux/btf.h> #include <uapi/linux/bpf.h> #define BTF_TYPE_EMIT(type) ((void...
Linux işletim sistemi çekirdeği için 'include/linux/io-mapping' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright © 2008 Keith Packard <keithp@keithp.com> */ #ifndef _LINUX_IO_MAPPING_H #define _LINUX_IO_MAPPING_H #include <linux/types.h> #include <linux/slab.h> #include <linux/bug.h> #include <linux/io.h> #include <linux/pgtable.h> #include <asm/page.h> /* * Th...
Linux işletim sistemi çekirdeği için 'include/linux/sfp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef LINUX_SFP_H #define LINUX_SFP_H #include <linux/phy.h> struct sfp_eeprom_base { u8 phys_id; u8 phys_ext_id; u8 connector; #if defined __BIG_ENDIAN_BITFIELD u8 e10g_base_er:1; u8 e10g_base_lrm:1; u8 e10g_base_lr:1; u8 e10g_base_sr:1; u8 if_1x_sx:1; u8 if_1x_lx:1; u8 if_1x_copper_active:1; u8 if...
Linux işletim sistemi çekirdeği için 'include/linux/bpf_crypto' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (c) 2024 Meta Platforms, Inc. and affiliates. */ #ifndef _BPF_CRYPTO_H #define _BPF_CRYPTO_H struct bpf_crypto_type { void *(*alloc_tfm)(const char *algo); void (*free_tfm)(void *tfm); int (*has_algo)(const char *algo); int (*setkey)(void *tfm, const u8...
Linux işletim sistemi çekirdeği için 'include/linux/acpi_iort' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016, Semihalf * Author: Tomasz Nowicki <tn@semihalf.com> */ #ifndef __ACPI_IORT_H__ #define __ACPI_IORT_H__ #include <linux/acpi.h> #include <linux/fwnode.h> #include <linux/irqdomain.h> #define IORT_IRQ_MASK(irq) (irq & 0xffffffffULL) #define ...
Linux işletim sistemi çekirdeği için 'include/linux/btf_ids' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_BTF_IDS_H #define _LINUX_BTF_IDS_H #include <linux/types.h> /* for u32 */ struct btf_id_set { u32 cnt; u32 ids[]; }; /* This flag implies BTF_SET8 holds kfunc(s) */ #define BTF_SET8_KFUNCS (1 << 0) struct btf_id_set8 { u32 cnt; u32 flags; struct { ...
Linux işletim sistemi çekirdeği için 'include/linux/execmem' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_EXECMEM_ALLOC_H #define _LINUX_EXECMEM_ALLOC_H #include <linux/types.h> #include <linux/moduleloader.h> #include <linux/cleanup.h> #if (defined(CONFIG_KASAN_GENERIC) || defined(CONFIG_KASAN_SW_TAGS)) && \ !defined(CONFIG_KASAN_VMALLOC) #include <linux/kasan...
Linux işletim sistemi çekirdeği için 'include/linux/trace_recursion' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_TRACE_RECURSION_H #define _LINUX_TRACE_RECURSION_H #include <linux/interrupt.h> #include <linux/sched.h> #ifdef CONFIG_TRACING /* Only current can touch trace_recursion */ /* * For function tracing recursion: * The order of these bits are important. * ...
Linux işletim sistemi çekirdeği için 'include/linux/mii_timestamper' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Support for generic time stamping devices on MII buses. * Copyright (C) 2018 Richard Cochran <richardcochran@gmail.com> */ #ifndef _LINUX_MII_TIMESTAMPER_H #define _LINUX_MII_TIMESTAMPER_H #include <linux/device.h> #include <linux/ethtool.h> #include <linux/skbuff.h>...
Linux işletim sistemi çekirdeği için 'include/linux/cs5535' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * AMD CS5535/CS5536 definitions * Copyright (C) 2006 Advanced Micro Devices, Inc. * Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk> */ #ifndef _CS5535_H #define _CS5535_H #include <asm/msr.h> /* MSRs */ #define MSR_GLIU_P2D_RO0 0x10000029 #defin...
Linux işletim sistemi çekirdeği için 'include/linux/i2c-of-prober' 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 Linux I2C OF component prober * * Copyright (C) 2024 Google LLC */ #ifndef _LINUX_I2C_OF_PROBER_H #define _LINUX_I2C_OF_PROBER_H #include <linux/kconfig.h> #include <linux/types.h> struct device; struct device_node; /** * struct i2c_...
Linux işletim sistemi çekirdeği için 'include/linux/sonypi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Sony Programmable I/O Control Device driver for VAIO * * Copyright (C) 2001-2005 Stelian Pop <stelian@popies.net> * * Copyright (C) 2005 Narayanan R S <nars@kadamba.org> * Copyright (C) 2001-2002 Alcôve <www.alcove.com> * * Copyright (C) 2001 Michael As...
Linux işletim sistemi çekirdeği için 'include/linux/dmar' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2006, Intel Corporation. * * Copyright (C) Ashok Raj <ashok.raj@intel.com> * Copyright (C) Shaohua Li <shaohua.li@intel.com> */ #ifndef __DMAR_H__ #define __DMAR_H__ #include <linux/acpi.h> #include <linux/types.h> #include <linux/msi.h> #includ...
Linux işletim sistemi çekirdeği için 'include/linux/kho_radix_tree' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_KHO_RADIX_TREE_H #define _LINUX_KHO_RADIX_TREE_H #include <linux/err.h> #include <linux/errno.h> #include <linux/mutex_types.h> #include <linux/types.h> /** * DOC: Kexec Handover Radix Tree * * This is a radix tree implementation for tracking physical mem...
Linux işletim sistemi çekirdeği için 'include/linux/intel_tcc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * header for Intel TCC (thermal control circuitry) library * * Copyright (C) 2022 Intel Corporation. */ #ifndef __INTEL_TCC_H__ #define __INTEL_TCC_H__ #include <linux/types.h> int intel_tcc_get_tjmax(int cpu); int intel_tcc_get_offset(int cpu); int intel_tcc_set...
Linux işletim sistemi çekirdeği için 'include/linux/virtio_ring' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_VIRTIO_RING_H #define _LINUX_VIRTIO_RING_H #include <asm/barrier.h> #include <linux/virtio.h> #include <linux/irqreturn.h> #include <uapi/linux/virtio_ring.h> /* * Barriers in virtio are tricky. Non-SMP virtio guests can't assume * they're not on an SMP ho...
Linux işletim sistemi çekirdeği için 'include/linux/rcu_sync' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * RCU-based infrastructure for lightweight reader-writer locking * * Copyright (c) 2015, Red Hat, Inc. * * Author: Oleg Nesterov <oleg@redhat.com> */ #ifndef _LINUX_RCU_SYNC_H_ #define _LINUX_RCU_SYNC_H_ #include <linux/wait.h> #include <linux/rcupdate.h> /* Stru...
Linux işletim sistemi çekirdeği için 'include/linux/elfnote' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ELFNOTE_H #define _LINUX_ELFNOTE_H /* * Helper macros to generate ELF Note structures, which are put into a * PT_NOTE segment of the final vmlinux image. These are useful for * including name-value pairs of metadata into the kernel binary (or * modules?) f...
Linux işletim sistemi çekirdeği için 'include/linux/dns_resolver' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * DNS Resolver upcall management for CIFS DFS and AFS * Handles host name to IP address resolution and DNS query for AFSDB RR. * * Copyright (c) International Business Machines Corp., 2008 * Author(s): Steve French (sfrench@us.ibm.com) * Wang Lei (wang840925@gmail.com) * * This l...
Linux işletim sistemi çekirdeği için 'include/linux/taskstats_kern' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* taskstats_kern.h - kernel header for per-task statistics interface * * Copyright (C) Shailabh Nagar, IBM Corp. 2006 * (C) Balbir Singh, IBM Corp. 2006 */ #ifndef _LINUX_TASKSTATS_KERN_H #define _LINUX_TASKSTATS_KERN_H #include <linux/taskstats.h> #include...
Linux işletim sistemi çekirdeği için 'include/linux/profile' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PROFILE_H #define _LINUX_PROFILE_H #include <linux/kernel.h> #include <linux/init.h> #include <linux/cache.h> #include <asm/errno.h> #define CPU_PROFILING 1 #define SCHED_PROFILING 2 #define KVM_PROFILING 4 struct proc_dir_entry; struct notifier_block; #if...
Linux işletim sistemi çekirdeği için 'include/linux/compaction' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_COMPACTION_H #define _LINUX_COMPACTION_H /* * Determines how hard direct compaction should try to succeed. * Lower value means higher priority, analogically to reclaim priority. */ enum compact_priority { COMPACT_PRIO_SYNC_FULL, MIN_COMPACT_PRIORITY = COM...
Linux işletim sistemi çekirdeği için 'include/linux/pci_ids' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * PCI Class, Vendor and Device IDs * * Please keep sorted by numeric Vendor ID and Device ID. * * Do not add new entries to this file unless the definitions * are shared between multiple drivers. */ #ifndef _LINUX_PCI_IDS_H #define _LINUX_PCI_IDS_H /* Device classe...
Linux işletim sistemi çekirdeği için 'include/linux/pm_runtime' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * pm_runtime.h - Device run-time power management helper functions. * * Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl> */ #ifndef _LINUX_PM_RUNTIME_H #define _LINUX_PM_RUNTIME_H #include <linux/device.h> #include <linux/notifier.h> #include <linux/pm.h> #in...
Linux işletim sistemi çekirdeği için 'include/linux/dma-buf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Header file for dma buffer sharing framework. * * Copyright(C) 2011 Linaro Limited. All rights reserved. * Author: Sumit Semwal <sumit.semwal@ti.com> * * Many thanks to linaro-mm-sig list, and specially * Arnd Bergmann <arnd@arndb.de>, Rob Clark <rob@ti.com> ...
Linux işletim sistemi çekirdeği için 'include/linux/crc7' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_CRC7_H #define _LINUX_CRC7_H #include <linux/types.h> extern u8 crc7_be(u8 crc, const u8 *buffer, size_t len); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/attribute_container' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * attribute_container.h - a generic container for all classes * * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> */ #ifndef _ATTRIBUTE_CONTAINER_H_ #define _ATTRIBUTE_CONTAINER_H_ #include <linux/list.h> #include <linux/klist.h> struct devi...
Linux işletim sistemi çekirdeği için 'include/linux/nfs_xdr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_NFS_XDR_H #define _LINUX_NFS_XDR_H #include <linux/nfsacl.h> #include <linux/sunrpc/gss_api.h> /* * To change the maximum rsize and wsize supported by the NFS client, adjust * NFS_MAX_FILE_IO_SIZE. 64KB is a typical maximum, but some servers can * support...
Linux işletim sistemi çekirdeği için 'include/linux/cnt32_to_63' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Extend a 32-bit counter to 63 bits * * Author: Nicolas Pitre * Created: December 3, 2006 * Copyright: MontaVista Software, Inc. */ #ifndef __LINUX_CNT32_TO_63_H__ #define __LINUX_CNT32_TO_63_H__ #include <linux/compiler.h> #include <linux/types.h> #inclu...
Linux işletim sistemi çekirdeği için 'include/linux/netfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Network filesystem support services. * * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * See: * * Documentation/filesystems/netfs_library.rst * * for a description of the network filesystem interf...
Linux işletim sistemi çekirdeği için 'include/linux/mtio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MTIO_COMPAT_H #define _LINUX_MTIO_COMPAT_H #include <linux/compat.h> #include <uapi/linux/mtio.h> #include <linux/uaccess.h> /* * helper functions for implementing compat ioctls on the four tape * drivers: we define the 32-bit layout of each incompatible st...
Linux işletim sistemi çekirdeği için 'include/linux/typecheck' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef TYPECHECK_H_INCLUDED #define TYPECHECK_H_INCLUDED /* * Check at compile time that something is of a particular type. * Always evaluates to 1 so you may use it easily in comparisons. */ #define typecheck(type,x) \ ({ type __dummy; \ typeof(x) __dummy2; \ (void)(&...
Linux işletim sistemi çekirdeği için 'include/linux/dw_apb_timer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * (C) Copyright 2009 Intel Corporation * Author: Jacob Pan (jacob.jun.pan@intel.com) * * Shared with ARM platforms, Jamie Iles, Picochip 2011 * * Support for the Synopsys DesignWare APB Timers. */ #ifndef __DW_APB_TIMER_H__ #define __DW_APB_TIMER_H__ #include ...
Linux işletim sistemi çekirdeği için 'include/linux/pstore_ram' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2010 Marco Stornelli <marco.stornelli@gmail.com> * Copyright (C) 2011 Kees Cook <keescook@chromium.org> * Copyright (C) 2011 Google, Inc. */ #ifndef __LINUX_PSTORE_RAM_H__ #define __LINUX_PSTORE_RAM_H__ #include <linux/pstore.h> struct persisten...
Linux işletim sistemi çekirdeği için 'include/linux/raid_class' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * raid_class.h - a generic raid visualisation class * * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> */ #include <linux/transport_class.h> struct raid_template { struct transport_container raid_attrs; }; struct raid_function_template { c...
Linux işletim sistemi çekirdeği için 'include/linux/thunderbolt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Thunderbolt service API * * Copyright (C) 2014 Andreas Noever <andreas.noever@gmail.com> * Copyright (C) 2017, Intel Corporation * Authors: Michael Jamet <michael.jamet@intel.com> * Mika Westerberg <mika.westerberg@linux.intel.com> */ #ifndef THUNDERBOLT...
Linux işletim sistemi çekirdeği için 'include/linux/stop_machine' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_STOP_MACHINE #define _LINUX_STOP_MACHINE #include <linux/cpu.h> #include <linux/cpumask_types.h> #include <linux/smp.h> #include <linux/list.h> /* * stop_cpu[s]() is simplistic per-cpu maximum priority cpu * monopolization mechanism. The caller can specify...
Linux işletim sistemi çekirdeği için 'include/linux/pxa168_eth' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* *pxa168 ethernet platform device data definition file. */ #ifndef __LINUX_PXA168_ETH_H #define __LINUX_PXA168_ETH_H #include <linux/phy.h> struct pxa168_eth_platform_data { int port_number; int phy_addr; /* * If speed is 0, then speed and duplex are autonegotiate...
Linux işletim sistemi çekirdeği için 'include/linux/part_stat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PART_STAT_H #define _LINUX_PART_STAT_H #include <linux/blkdev.h> #include <asm/local.h> struct disk_stats { u64 nsecs[NR_STAT_GROUPS]; unsigned long sectors[NR_STAT_GROUPS]; unsigned long ios[NR_STAT_GROUPS]; unsigned long merges[NR_STAT_GROUPS]; unsigne...
Linux işletim sistemi çekirdeği için 'include/linux/kfence' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Kernel Electric-Fence (KFENCE). Public interface for allocator and fault * handler integration. For more info see Documentation/dev-tools/kfence.rst. * * Copyright (C) 2020, Google LLC. */ #ifndef _LINUX_KFENCE_H #define _LINUX_KFENCE_H #include <linux/mm.h> #incl...
Linux işletim sistemi çekirdeği için 'include/linux/hp_sdc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * HP i8042 System Device Controller -- header * * Copyright (c) 2001 Brian S. Julin * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must reta...
Linux işletim sistemi çekirdeği için 'include/linux/ptrace' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PTRACE_H #define _LINUX_PTRACE_H #include <linux/compiler.h> /* For unlikely. */ #include <linux/sched.h> /* For struct task_struct. */ #include <linux/sched/signal.h> /* For send_sig(), same_thread_group(), etc. */ #include <linux/err.h> /* for IS_ERR_...
Linux işletim sistemi çekirdeği için 'include/linux/backing-dev-defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_BACKING_DEV_DEFS_H #define __LINUX_BACKING_DEV_DEFS_H #include <linux/list.h> #include <linux/radix-tree.h> #include <linux/rbtree.h> #include <linux/spinlock.h> #include <linux/percpu_counter.h> #include <linux/percpu-refcount.h> #include <linux/flex_proport...
Linux işletim sistemi çekirdeği için 'include/linux/local_lock_internal' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_LOCAL_LOCK_H # error "Do not include directly, include linux/local_lock.h" #endif #include <linux/percpu-defs.h> #include <linux/irqflags.h> #include <linux/lockdep.h> #include <linux/debug_locks.h> #include <asm/current.h> #ifndef CONFIG_PREEMPT_RT context_...
Linux işletim sistemi çekirdeği için 'include/linux/trace_clock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_TRACE_CLOCK_H #define _LINUX_TRACE_CLOCK_H /* * 3 trace clock variants, with differing scalability/precision * tradeoffs: * * - local: CPU-local trace clock * - medium: scalable global clock with some jitter * - global: globally monotonic, seriali...
Linux işletim sistemi çekirdeği için 'include/linux/dm-region-hash' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2003 Sistina Software Limited. * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. * * Device-Mapper dirty region hash interface. * * This file is released under the GPL. */ #ifndef DM_REGION_HASH_H #define DM_REGION_HASH_H #include <...
Linux işletim sistemi çekirdeği için 'include/linux/lsm_hook_defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Linux Security Module Hook declarations. * * Copyright (C) 2001 WireX Communications, Inc <chris@wirex.com> * Copyright (C) 2001 Greg Kroah-Hartman <greg@kroah.com> * Copyright (C) 2001 Networks Associates Technology, Inc <ssmalley@nai.com> * Copyright (C) 2001 Ja...
Linux işletim sistemi çekirdeği için 'include/linux/memblock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _LINUX_MEMBLOCK_H #define _LINUX_MEMBLOCK_H /* * Logical memory blocks. * * Copyright (C) 2001 Peter Bergner, IBM Corp. */ #include <linux/init.h> #include <linux/mm.h> #include <asm/dma.h> extern unsigned long max_low_pfn; extern unsigned long min_low...
Linux işletim sistemi çekirdeği için 'include/linux/hte' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_HTE_H #define __LINUX_HTE_H #include <linux/errno.h> struct hte_chip; struct hte_device; struct of_phandle_args; /** * enum hte_edge - HTE line edge flags. * * @HTE_EDGE_NO_SETUP: No edge setup. In this case consumer will setup edges, * for example dur...
Linux işletim sistemi çekirdeği için 'include/linux/vmstat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_VMSTAT_H #define _LINUX_VMSTAT_H #include <linux/types.h> #include <linux/percpu.h> #include <linux/mmzone.h> #include <linux/vm_event_item.h> #include <linux/atomic.h> #include <linux/static_key.h> #include <linux/mmdebug.h> #ifdef CONFIG_NUMA DECLARE_STATIC...
Linux işletim sistemi çekirdeği için 'include/linux/hugetlb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_HUGETLB_H #define _LINUX_HUGETLB_H #include <linux/mm.h> #include <linux/mm_types.h> #include <linux/mmdebug.h> #include <linux/fs.h> #include <linux/hugetlb_inline.h> #include <linux/cgroup.h> #include <linux/page_ref.h> #include <linux/list.h> #include <linu...
Linux işletim sistemi çekirdeği için 'include/linux/bpf_lirc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BPF_LIRC_H #define _BPF_LIRC_H #include <uapi/linux/bpf.h> #ifdef CONFIG_BPF_LIRC_MODE2 int lirc_prog_attach(const union bpf_attr *attr, struct bpf_prog *prog); int lirc_prog_detach(const union bpf_attr *attr); int lirc_prog_query(const union bpf_attr *attr, union ...
Linux işletim sistemi çekirdeği için 'include/linux/fsi-occ' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 #ifndef LINUX_FSI_OCC_H #define LINUX_FSI_OCC_H struct device; #define OCC_RESP_CMD_IN_PRG 0xFF #define OCC_RESP_SUCCESS 0 #define OCC_RESP_CMD_INVAL 0x11 #define OCC_RESP_CMD_LEN_INVAL 0x12 #define OCC_RESP_DATA_INVAL 0x13 #define OCC_RESP_CHKSUM_ERR 0x14 #define OCC_R...
Linux işletim sistemi çekirdeği için 'include/linux/spinlock_types_up' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef __LINUX_SPINLOCK_TYPES_UP_H #define __LINUX_SPINLOCK_TYPES_UP_H #ifndef __LINUX_SPINLOCK_TYPES_RAW_H # error "Please do not include this file directly." #endif /* * include/linux/spinlock_types_up.h - spinlock type definitions for UP * * portions Copyright 2005, Red Hat, Inc., Ingo Molnar * Released ...
Linux işletim sistemi çekirdeği için 'include/linux/resource' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RESOURCE_H #define _LINUX_RESOURCE_H #include <uapi/linux/resource.h> struct task_struct; void getrusage(struct task_struct *p, int who, struct rusage *ru); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/securebits' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SECUREBITS_H #define _LINUX_SECUREBITS_H 1 #include <uapi/linux/securebits.h> #define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits)) #endif /* !_LINUX_SECUREBITS_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/average' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_AVERAGE_H #define _LINUX_AVERAGE_H #include <linux/bug.h> #include <linux/compiler.h> #include <linux/log2.h> /* * Exponentially weighted moving average (EWMA) * * This implements a fixed-precision EWMA algorithm, with both the * precision and fall-off co...
Linux işletim sistemi çekirdeği için 'include/linux/timerqueue' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_TIMERQUEUE_H #define _LINUX_TIMERQUEUE_H #include <linux/rbtree.h> #include <linux/timerqueue_types.h> bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node); bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *n...
Linux işletim sistemi çekirdeği için 'include/linux/memstick' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Sony MemoryStick support * * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com> */ #ifndef _MEMSTICK_H #define _MEMSTICK_H #include <linux/workqueue.h> #include <linux/scatterlist.h> #include <linux/device.h> /*** Hardware based structures ***/ struct ms_stat...
Linux işletim sistemi çekirdeği için 'include/linux/fixp-arith' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _FIXP_ARITH_H #define _FIXP_ARITH_H #include <linux/bug.h> #include <linux/math64.h> /* * Simplistic fixed-point arithmetics. * Hmm, I'm probably duplicating some code :( * * Copyright (c) 2002 Johann Deneux */ /* * * Should you need to contact me, ...
Linux işletim sistemi çekirdeği için 'include/linux/dynamic_queue_limits' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Dynamic queue limits (dql) - Definitions * * Copyright (c) 2011, Tom Herbert <therbert@google.com> * * This header file contains the definitions for dynamic queue limits (dql). * dql would be used in conjunction with a producer/consumer type queue * (possibly a HW...
Linux işletim sistemi çekirdeği için 'include/linux/mempolicy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * NUMA memory policies for Linux. * Copyright 2003,2004 Andi Kleen SuSE Labs */ #ifndef _LINUX_MEMPOLICY_H #define _LINUX_MEMPOLICY_H 1 #include <linux/sched.h> #include <linux/mmzone.h> #include <linux/slab.h> #include <linux/rbtree.h> #include <linux/spinlock.h> #inc...
Linux işletim sistemi çekirdeği için 'include/linux/nfs_fs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * linux/include/linux/nfs_fs.h * * Copyright (C) 1992 Rick Sladkey * * OS-specific nfs filesystem definitions and declarations */ #ifndef _LINUX_NFS_FS_H #define _LINUX_NFS_FS_H #include <uapi/linux/nfs_fs.h> /* * Enable dprintk() debugging support for nfs cl...
Linux işletim sistemi çekirdeği için 'include/linux/i2c-algo-pca' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_I2C_ALGO_PCA_H #define _LINUX_I2C_ALGO_PCA_H /* Chips known to the pca algo */ #define I2C_PCA_CHIP_9564 0x00 #define I2C_PCA_CHIP_9665 0x01 /* Internal period for PCA9665 oscilator */ #define I2C_PCA_OSC_PER 3 /* e10-8s */ /* Clock speeds for the bus for P...
Linux işletim sistemi çekirdeği için 'include/linux/drbd_limits' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* drbd_limits.h This file is part of DRBD by Philipp Reisner and Lars Ellenberg. */ /* * Our current limitations. * Some of them are hard limits, * some of them are arbitrary range limits, that make it easier to provide * feedback about nonsense settings for ce...
Linux işletim sistemi çekirdeği için 'include/linux/zswap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ZSWAP_H #define _LINUX_ZSWAP_H #include <linux/types.h> #include <linux/mm_types.h> struct lruvec; extern atomic_long_t zswap_stored_pages; #ifdef CONFIG_ZSWAP struct zswap_lruvec_state { /* * Number of swapped in pages from disk, i.e not found in the z...
Linux işletim sistemi çekirdeği için 'include/linux/dqblk_qtree' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Definitions of structures and functions for quota formats using trie */ #ifndef _LINUX_DQBLK_QTREE_H #define _LINUX_DQBLK_QTREE_H #include <linux/types.h> /* Numbers of blocks needed for updates - we count with the smallest * possible block size (1024) */ #define Q...
Linux işletim sistemi çekirdeği için 'include/linux/seg6_iptunnel' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SEG6_IPTUNNEL_H #define _LINUX_SEG6_IPTUNNEL_H #include <uapi/linux/seg6_iptunnel.h> #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/ipmi_smi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * ipmi_smi.h * * MontaVista IPMI system management interface * * Author: MontaVista Software, Inc. * Corey Minyard <minyard@mvista.com> * source@mvista.com * * Copyright 2002 MontaVista Software Inc. * */ #ifndef __LINUX_IPMI_SMI_H #define __LI...
Linux işletim sistemi çekirdeği için 'include/linux/topology' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * include/linux/topology.h * * Written by: Matthew Dobson, IBM Corporation * * Copyright (C) 2002, IBM Corp. * * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
Linux işletim sistemi çekirdeği için 'include/linux/lsm_count' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2023 Google LLC. */ #ifndef __LINUX_LSM_COUNT_H #define __LINUX_LSM_COUNT_H #include <linux/args.h> #ifdef CONFIG_SECURITY /* * Macros to count the number of LSMs enabled in the kernel at compile time. */ /* * Capabilities is enabled when CONFIG_...
Linux işletim sistemi çekirdeği için 'include/linux/export' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _LINUX_EXPORT_H #define _LINUX_EXPORT_H #include <linux/compiler.h> #include <linux/linkage.h> #include <linux/stringify.h> /* * This comment block is used by fixdep. Please do not remove. * * When CONFIG_MODVERSIONS is changed from n to y, all source files ...
Linux işletim sistemi çekirdeği için 'include/linux/zconf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #ifndef _ZCONF_H #define _ZCONF_H /* The memory requirements for deflate are (in bytes): (1 << (wind...
Linux işletim sistemi çekirdeği için 'include/linux/f2fs_fs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /** * include/linux/f2fs_fs.h * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.com/ */ #ifndef _LINUX_F2FS_FS_H #define _LINUX_F2FS_FS_H #include <linux/pagemap.h> #include <linux/types.h> #define F2FS_SUPER_OFFSET 1024 /* byte-size o...
Linux işletim sistemi çekirdeği için 'include/linux/kasan-enabled' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_KASAN_ENABLED_H #define _LINUX_KASAN_ENABLED_H #include <linux/static_key.h> #if defined(CONFIG_ARCH_DEFER_KASAN) || defined(CONFIG_KASAN_HW_TAGS) /* * Global runtime flag for KASAN modes that need runtime control. * Used by ARCH_DEFER_KASAN architectures a...
Linux işletim sistemi çekirdeği için 'include/linux/timerfd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/timerfd.h * * Copyright (C) 2007 Davide Libenzi <davidel@xmailserver.org> * */ #ifndef _LINUX_TIMERFD_H #define _LINUX_TIMERFD_H #include <uapi/linux/timerfd.h> #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK) /* Flags for timerfd_crea...
Linux işletim sistemi çekirdeği için 'include/linux/virtio_pci_admin' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_VIRTIO_PCI_ADMIN_H #define _LINUX_VIRTIO_PCI_ADMIN_H #include <linux/types.h> #include <linux/pci.h> #ifdef CONFIG_VIRTIO_PCI_ADMIN_LEGACY bool virtio_pci_admin_has_legacy_io(struct pci_dev *pdev); int virtio_pci_admin_legacy_common_io_write(struct pci_dev *p...
Linux işletim sistemi çekirdeği için 'include/linux/serdev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016-2017 Linaro Ltd., Rob Herring <robh@kernel.org> */ #ifndef _LINUX_SERDEV_H #define _LINUX_SERDEV_H #include <linux/types.h> #include <linux/device.h> #include <linux/iopoll.h> #include <linux/uaccess.h> #include <linux/termios.h> #include <linu...
Linux işletim sistemi çekirdeği için 'include/linux/of_address' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __OF_ADDRESS_H #define __OF_ADDRESS_H #include <linux/ioport.h> #include <linux/errno.h> #include <linux/of.h> #include <linux/io.h> struct of_bus; struct of_pci_range_parser { struct device_node *node; const struct of_bus *bus; const __be32 *range; const __be32...
Linux işletim sistemi çekirdeği için 'include/linux/kbd_diacr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _DIACR_H #define _DIACR_H #include <linux/kd.h> extern struct kbdiacruc accent_table[]; extern unsigned int accent_table_size; #endif /* _DIACR_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/vexpress' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright (C) 2012 ARM Limited */ #ifndef _LINUX_VEXPRESS_H #define _LINUX_VEXPRESS_H #include <linux/device.h> #include <linux/regmap.h> /* Config regmap API */ struct regmap *devm_regmap_init_vexpress_config(struct device *dev); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/irqdomain_defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_IRQDOMAIN_DEFS_H #define _LINUX_IRQDOMAIN_DEFS_H /* * Should several domains have the same device node, but serve * different purposes (for example one domain is for PCI/MSI, and the * other for wired IRQs), they can be distinguished using a * bus-specific...
Linux işletim sistemi çekirdeği için 'include/linux/atalk' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_ATALK_H__ #define __LINUX_ATALK_H__ #include <net/sock.h> #include <uapi/linux/atalk.h> struct atalk_route { struct net_device *dev; struct atalk_addr target; struct atalk_addr gateway; int flags; struct atalk_route *next; }; /** * struct atal...
Linux işletim sistemi çekirdeği için 'include/linux/irqnr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_IRQNR_H #define _LINUX_IRQNR_H #include <uapi/linux/irqnr.h> unsigned int irq_get_nr_irqs(void) __pure; unsigned int irq_set_nr_irqs(unsigned int nr); extern struct irq_desc *irq_to_desc(unsigned int irq); unsigned int irq_get_next_irq(unsigned int offset); ...
Linux işletim sistemi çekirdeği için 'include/linux/swait' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SWAIT_H #define _LINUX_SWAIT_H #include <linux/list.h> #include <linux/stddef.h> #include <linux/spinlock.h> #include <linux/wait.h> #include <asm/current.h> /* * Simple waitqueues are semantically very different to regular wait queues * (wait.h). The most ...
Linux işletim sistemi çekirdeği için 'include/linux/rcupdate' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Read-Copy Update mechanism for mutual exclusion * * Copyright IBM Corporation, 2001 * * Author: Dipankar Sarma <dipankar@in.ibm.com> * * Based on the original work by Paul McKenney <paulmck@vnet.ibm.com> * and inputs from Rusty Russell, Andrea Arcangeli and Andi...
Linux işletim sistemi çekirdeği için 'include/linux/arm_sdei' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 // Copyright (C) 2017 Arm Ltd. #ifndef __LINUX_ARM_SDEI_H #define __LINUX_ARM_SDEI_H #include <uapi/linux/arm_sdei.h> #include <acpi/ghes.h> #ifdef CONFIG_ARM_SDE_INTERFACE #include <asm/sdei.h> #endif /* Arch code should override this to set the entry point from firmware......
Linux işletim sistemi çekirdeği için 'include/linux/fsi-sbefifo' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * SBEFIFO FSI Client device driver * * Copyright (C) IBM Corporation 2017 */ #ifndef LINUX_FSI_SBEFIFO_H #define LINUX_FSI_SBEFIFO_H #define SBEFIFO_CMD_PUT_OCC_SRAM 0xa404 #define SBEFIFO_CMD_GET_OCC_SRAM 0xa403 #define SBEFIFO_CMD_GET_SBE_FFDC 0xa801 #define ...
Linux işletim sistemi çekirdeği için 'include/linux/kobject_ns' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* Kernel object name space definitions * * Copyright (c) 2002-2003 Patrick Mochel * Copyright (c) 2002-2003 Open Source Development Labs * Copyright (c) 2006-2008 Greg Kroah-Hartman <greg@kroah.com> * Copyright (c) 2006-2008 Novell Inc. * * Split from kobject.h by David ...
Linux işletim sistemi çekirdeği için 'include/linux/tnum' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* tnum: tracked (or tristate) numbers * * A tnum tracks knowledge about the bits of a value. Each bit can be either * known (0 or 1), or unknown (x). Arithmetic operations on tnums will * propagate the unknown bits such that the tnum result represents all the * possible results for possible values of the o...
Linux işletim sistemi çekirdeği için 'include/linux/smp_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_SMP_TYPES_H #define __LINUX_SMP_TYPES_H #include <linux/llist.h> enum { CSD_FLAG_LOCK = 0x01, IRQ_WORK_PENDING = 0x01, IRQ_WORK_BUSY = 0x02, IRQ_WORK_LAZY = 0x04, /* No IPI, wait for tick */ IRQ_WORK_HARD_IRQ = 0x08, /* IRQ context on PREEMPT_RT */ ...
Linux işletim sistemi çekirdeği için 'include/linux/syscore_ops' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * syscore_ops.h - System core operations. * * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. */ #ifndef _LINUX_SYSCORE_OPS_H #define _LINUX_SYSCORE_OPS_H #include <linux/list.h> struct syscore_ops { int (*suspend)(void *data); void (*resume...
Linux işletim sistemi çekirdeği için 'include/linux/nfs_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This file contains constants and methods used by both NFS client and server. */ #ifndef _LINUX_NFS_COMMON_H #define _LINUX_NFS_COMMON_H #include <linux/errno.h> #include <uapi/linux/nfs.h> /* Mapping from NFS error code to "errno" error code. */ int nfs_stat_to_errn...
Linux işletim sistemi çekirdeği için 'include/linux/parser' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * linux/include/linux/parser.h * * Header for lib/parser.c * Intended use of these functions is parsing filesystem argument lists, * but could potentially be used anywhere else that simple option=arg * parsing is required. */ #ifndef _LINUX_PARSER_H #define _LINUX_P...
Linux işletim sistemi çekirdeği için 'include/linux/kvm_para' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_KVM_PARA_H #define __LINUX_KVM_PARA_H #include <uapi/linux/kvm_para.h> static inline bool kvm_para_has_feature(unsigned int feature) { return !!(kvm_arch_para_features() & (1UL << feature)); } static inline bool kvm_para_has_hint(unsigned int feature) { ...