instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/x86/clk-pmc-atom' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Intel Atom platform clocks for BayTrail and CherryTrail SoC. * * Copyright (C) 2016, Intel Corporation * Author: Irina Tirdea <irina.tirdea@intel.com> */ #ifndef __PLATFORM_DATA_X86_CLK_PMC_ATOM_H #define __PLATFORM_DATA_X86_CLK_PMC_ATOM_H /** * struct pmc_c...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/x86/intel_scu_ipc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PLATFORM_X86_INTEL_SCU_IPC_H_ #define __PLATFORM_X86_INTEL_SCU_IPC_H_ #include <linux/init.h> #include <linux/ioport.h> #include <linux/types.h> struct device; struct module; struct intel_scu_ipc_dev; /** * struct intel_scu_ipc_data - Data used to configure SCU...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/x86/p2sb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Primary to Sideband (P2SB) bridge access support */ #ifndef _PLATFORM_DATA_X86_P2SB_H #define _PLATFORM_DATA_X86_P2SB_H #include <linux/errno.h> #include <linux/kconfig.h> struct pci_bus; struct resource; #if IS_BUILTIN(CONFIG_P2SB) int p2sb_bar(struct pci_bus *bu...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/x86/pmc_atom' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Intel Atom SoC Power Management Controller Header File * Copyright (c) 2014-2015,2022 Intel Corporation. */ #ifndef PMC_ATOM_H #define PMC_ATOM_H #include <linux/bits.h> /* ValleyView Power Control Unit PCI Device ID */ #define PCI_DEVICE_ID_VLV_PMC 0x0F1C /* ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/x86/int3472' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Intel INT3472 ACPI camera sensor power-management support * * Author: Dan Scally <djrscally@gmail.com> */ #ifndef __PLATFORM_DATA_X86_INT3472_H #define __PLATFORM_DATA_X86_INT3472_H #include <linux/clk-provider.h> #include <linux/gpio/machine.h> #include <linux/led...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/x86/simatic-ipc-base' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Siemens SIMATIC IPC drivers * * Copyright (c) Siemens AG, 2018-2023 * * Authors: * Henning Schild <henning.schild@siemens.com> * Gerd Haeussler <gerd.haeussler.ext@siemens.com> */ #ifndef __PLATFORM_DATA_X86_SIMATIC_IPC_BASE_H #define __PLATFORM_DATA_X86_SIMAT...
Linux işletim sistemi çekirdeği için 'include/linux/decompress/bunzip2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef DECOMPRESS_BUNZIP2_H #define DECOMPRESS_BUNZIP2_H int bunzip2(unsigned char *inbuf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long *pos, void(*error)(char *x)); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/decompress/inflate' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_DECOMPRESS_INFLATE_H #define LINUX_DECOMPRESS_INFLATE_H int gunzip(unsigned char *inbuf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long *pos, void(*error_fn)(char *x)); #endif ...
Linux işletim sistemi çekirdeği için 'include/linux/decompress/unlzma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef DECOMPRESS_UNLZMA_H #define DECOMPRESS_UNLZMA_H int unlzma(unsigned char *, long, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long *posp, void(*error)(char *x) ); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/decompress/generic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef DECOMPRESS_GENERIC_H #define DECOMPRESS_GENERIC_H typedef int (*decompress_fn) (unsigned char *inbuf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *outbuf, long *posp, vo...
Linux işletim sistemi çekirdeği için 'include/linux/decompress/unzstd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_DECOMPRESS_UNZSTD_H #define LINUX_DECOMPRESS_UNZSTD_H int unzstd(unsigned char *inbuf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long *pos, void (*error_fn)(char *x)); #endif `...
Linux işletim sistemi çekirdeği için 'include/linux/decompress/mm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * linux/compr_mm.h * * Memory management for pre-boot and ramdisk uncompressors * * Authors: Alain Knaff <alain@knaff.lu> * */ #ifndef DECOMPR_MM_H #define DECOMPR_MM_H #ifdef STATIC /* Code active when included from pre-boot environment: */ /* * Some architect...
Linux işletim sistemi çekirdeği için 'include/linux/decompress/unxz' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: 0BSD */ /* * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd * * Author: Lasse Collin <lasse.collin@tukaani.org> */ #ifndef DECOMPRESS_UNXZ_H #define DECOMPRESS_UNXZ_H int unxz(unsigned char *in, long in_size, long (*fill)(void *dest, unsigned long size), ...
Linux işletim sistemi çekirdeği için 'include/linux/decompress/unlz4' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef DECOMPRESS_UNLZ4_H #define DECOMPRESS_UNLZ4_H int unlz4(unsigned char *inbuf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long *pos, void(*error)(char *x)); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/decompress/unlzo' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef DECOMPRESS_UNLZO_H #define DECOMPRESS_UNLZO_H int unlzo(unsigned char *inbuf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long *pos, void(*error)(char *x)); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nfnetlink_acct' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NFNL_ACCT_H_ #define _NFNL_ACCT_H_ #include <uapi/linux/netfilter/nfnetlink_acct.h> #include <net/net_namespace.h> enum { NFACCT_NO_QUOTA = -1, NFACCT_UNDERQUOTA, NFACCT_OVERQUOTA, }; struct nf_acct; struct nf_acct *nfnl_acct_find_get(struct net *net, const c...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_proto_gre' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _CONNTRACK_PROTO_GRE_H #define _CONNTRACK_PROTO_GRE_H struct nf_ct_gre { unsigned int stream_timeout; unsigned int timeout; }; #include <net/netfilter/nf_conntrack_tuple.h> struct nf_conn; /* structure for original <-> reply keymap */ struct nf_ct_gre_keymap { ...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/x_tables' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _X_TABLES_H #define _X_TABLES_H #include <linux/netdevice.h> #include <linux/static_key.h> #include <linux/netfilter.h> #include <uapi/linux/netfilter/x_tables.h> /* Test a struct->invflags and a boolean for inequality */ #define NF_INVF(ptr, flag, boolean) \ ...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_pptp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* PPTP constants and structs */ #ifndef _NF_CONNTRACK_PPTP_H #define _NF_CONNTRACK_PPTP_H #include <linux/netfilter.h> #include <linux/skbuff.h> #include <linux/types.h> #include <linux/netfilter/nf_conntrack_common.h> #include <net/netfilter/nf_conntrack_expect.h> #include...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_sctp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_SCTP_H #define _NF_CONNTRACK_SCTP_H /* SCTP tracking. */ #include <uapi/linux/netfilter/nf_conntrack_sctp.h> struct ip_ct_sctp { enum sctp_conntrack state; __be32 vtag[IP_CT_DIR_MAX]; u8 init[IP_CT_DIR_MAX]; u8 last_dir; u8 flags; }; #endif /* _...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nfnetlink_osf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NFOSF_H #define _NFOSF_H #include <uapi/linux/netfilter/nfnetlink_osf.h> enum osf_fmatch_states { /* Packet does not match the fingerprint */ FMATCH_WRONG = 0, /* Packet matches the fingerprint */ FMATCH_OK, /* Options do not match the fingerprint, but header ...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_amanda' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_AMANDA_H #define _NF_CONNTRACK_AMANDA_H /* AMANDA tracking. */ #include <linux/netfilter.h> #include <linux/skbuff.h> #include <net/netfilter/nf_conntrack_expect.h> typedef unsigned int nf_nat_amanda_hook_fn(struct sk_buff *skb, enum ip_conntra...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_tftp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_TFTP_H #define _NF_CONNTRACK_TFTP_H #define TFTP_PORT 69 #include <linux/netfilter.h> #include <linux/skbuff.h> #include <linux/types.h> #include <net/netfilter/nf_conntrack_expect.h> struct tftphdr { __be16 opcode; }; #define TFTP_OPCODE_READ 1 #de...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_COMMON_H #define _NF_CONNTRACK_COMMON_H #include <linux/refcount.h> #include <uapi/linux/netfilter/nf_conntrack_common.h> struct ip_conntrack_stat { unsigned int found; unsigned int invalid; unsigned int insert; unsigned int insert_failed; unsigne...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_zones_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_ZONES_COMMON_H #define _NF_CONNTRACK_ZONES_COMMON_H #include <uapi/linux/netfilter/nf_conntrack_tuple_common.h> #define NF_CT_DEFAULT_ZONE_ID 0 #define NF_CT_ZONE_DIR_ORIG (1 << IP_CT_DIR_ORIGINAL) #define NF_CT_ZONE_DIR_REPL (1 << IP_CT_DIR_REPLY) #...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_ftp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_FTP_H #define _NF_CONNTRACK_FTP_H #include <linux/netfilter.h> #include <linux/skbuff.h> #include <linux/types.h> #include <net/netfilter/nf_conntrack_expect.h> #include <uapi/linux/netfilter/nf_conntrack_ftp.h> #include <uapi/linux/netfilter/nf_conntra...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_sane' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_SANE_H #define _NF_CONNTRACK_SANE_H /* SANE tracking. */ #define SANE_PORT 6566 enum sane_state { SANE_STATE_NORMAL, SANE_STATE_START_REQUESTED, }; /* This structure exists only once per master */ struct nf_ct_sane_master { enum sane_state state; }...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_h323_asn1' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /**************************************************************************** * BER and PER decoding library for H.323 conntrack/NAT module. * * Copyright (c) 2006 by Jing Min Zhao <zhaojingmin@users.sourceforge.net> * * This library is based on H.225 version 4, H.2...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_snmp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_SNMP_H #define _NF_CONNTRACK_SNMP_H #include <linux/netfilter.h> #include <linux/skbuff.h> typedef int nf_nat_snmp_hook_fn(struct sk_buff *skb, unsigned int protoff, struct nf_conn *ct, enum ip_conntrack_info ctinfo); extern nf_nat_s...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nfnetlink' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NFNETLINK_H #define _NFNETLINK_H #include <linux/netlink.h> #include <linux/capability.h> #include <net/netlink.h> #include <uapi/linux/netfilter/nfnetlink.h> struct nfnl_info { struct net *net; struct sock *sk; const struct nlmsghdr *nlh; const struct nfgenm...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_h323_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Generated by Jing Min Zhao's ASN.1 parser, May 16 2007 * * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net> */ #ifndef _NF_CONNTRACK_H323_TYPES_H #define _NF_CONNTRACK_H323_TYPES_H typedef struct TransportAddress_ipAddress { /* SEQUENCE */ in...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_h323' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_H323_H #define _NF_CONNTRACK_H323_H #include <linux/netfilter.h> #include <linux/skbuff.h> #include <linux/types.h> #include <linux/netfilter/nf_conntrack_h323_asn1.h> #include <net/netfilter/nf_conntrack_expect.h> #include <uapi/linux/netfilter/nf_conn...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_irc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_IRC_H #define _NF_CONNTRACK_IRC_H #include <linux/netfilter.h> #include <linux/skbuff.h> #include <net/netfilter/nf_conntrack_expect.h> #define IRC_PORT 6667 typedef unsigned int nf_nat_irc_hook_fn(struct sk_buff *skb, enum ip_conntrack_info ctin...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_tcp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_CONNTRACK_TCP_H #define _NF_CONNTRACK_TCP_H #include <uapi/linux/netfilter/nf_conntrack_tcp.h> struct ip_ct_tcp_state { u_int32_t td_end; /* max of seq + len */ u_int32_t td_maxend; /* max of ack + max(win, 1) */ u_int32_t td_maxwin; /* max(win) */ u_int32...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/nf_conntrack_sip' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NF_CONNTRACK_SIP_H__ #define __NF_CONNTRACK_SIP_H__ #include <linux/skbuff.h> #include <linux/types.h> #include <net/netfilter/nf_conntrack_expect.h> #define SIP_PORT 5060 #define SIP_TIMEOUT 3600 struct nf_ct_sip_master { unsigned int register_cseq; unsigned i...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/ipset/ip_set_list' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __IP_SET_LIST_H #define __IP_SET_LIST_H #include <uapi/linux/netfilter/ipset/ip_set_list.h> #define IP_SET_LIST_DEFAULT_SIZE 8 #define IP_SET_LIST_MIN_SIZE 4 #define IP_SET_LIST_MAX_SIZE 65536 #endif /* __IP_SET_LIST_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/ipset/ip_set_hash' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __IP_SET_HASH_H #define __IP_SET_HASH_H #include <uapi/linux/netfilter/ipset/ip_set_hash.h> #define IPSET_DEFAULT_HASHSIZE 1024 #define IPSET_MIMINAL_HASHSIZE 64 #define IPSET_DEFAULT_MAXELEM 65536 #define IPSET_DEFAULT_PROBES 4 #define IPSET_DEFAULT_RESIZE 10...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/ipset/ip_set_getport' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _IP_SET_GETPORT_H #define _IP_SET_GETPORT_H #include <linux/skbuff.h> #include <linux/types.h> #include <uapi/linux/in.h> extern bool ip_set_get_ip4_port(const struct sk_buff *skb, bool src, __be16 *port, u8 *proto); #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES) exter...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/ipset/ip_set_bitmap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __IP_SET_BITMAP_H #define __IP_SET_BITMAP_H #include <uapi/linux/netfilter/ipset/ip_set_bitmap.h> #define IPSET_BITMAP_MAX_RANGE 0x0000FFFF enum { IPSET_ADD_STORE_PLAIN_TIMEOUT = -1, IPSET_ADD_FAILED = 1, IPSET_ADD_START_STORED_TIMEOUT, }; #endif /* __IP_SET_BI...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/ipset/ip_set' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu> * Patrick Schaaf <bof@bof.de> * Martin Josefsson <gandalf@wlug.westbo.se> * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */ #ifndef _IP_SET_...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter/ipset/pfxlen' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _PFXLEN_H #define _PFXLEN_H #include <asm/byteorder.h> #include <linux/netfilter.h> #include <net/tcp.h> /* Prefixlen maps, by Jan Engelhardt */ extern const union nf_inet_addr ip_set_netmask_map[]; extern const union nf_inet_addr ip_set_hostmask_map[]; static inl...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/concat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * MTD device concatenation layer definitions * * Copyright © 2002 Robert Kaiser <rkaiser@sysgo.de> */ #ifndef MTD_CONCAT_H #define MTD_CONCAT_H /* * Our storage structure: * Subdev points to an array of pointers to struct mtd_info objects * which is...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/rawnand' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> * Steven J. Hill <sjhill@realitydiluted.com> * Thomas Gleixner <tglx@kernel.org> * * Info: * Contains standard defines and IDs for NAND flash devices * * Changelog...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/platnand' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> * Steven J. Hill <sjhill@realitydiluted.com> * Thomas Gleixner <tglx@kernel.org> * * Contains all platform NAND related definitions. */ #ifndef __LINUX_MTD_PLATNAND_H #define __LINUX_MTD_PLATNAND...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/sharpsl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * SharpSL NAND support * * Copyright (C) 2008 Dmitry Baryshkov */ #ifndef _MTD_SHARPSL_H #define _MTD_SHARPSL_H #include <linux/mtd/rawnand.h> #include <linux/mtd/partitions.h> struct sharpsl_nand_platform_data { struct nand_bbt_descr *badblock_pattern; const...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/blktrans' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 2003-2010 David Woodhouse <dwmw2@infradead.org> */ #ifndef __MTD_TRANS_H__ #define __MTD_TRANS_H__ #include <linux/mutex.h> #include <linux/kref.h> #include <linux/sysfs.h> struct hd_geometry; struct mtd_info; struct mtd_blktrans_ops; struct fil...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/nand-qpic-common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * QCOM QPIC common APIs header file * * Copyright (c) 2023 Qualcomm Inc. * Authors: Md sadre Alam <quic_mdalam@quicinc.com> * */ #ifndef __MTD_NAND_QPIC_COMMON_H__ #define __MTD_NAND_QPIC_COMMON_H__ /* NANDc reg offsets */ #define NAND_FLASH_CMD 0x00 #define NAND_...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/spinand' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2016-2017 Micron Technology, Inc. * * Authors: * Peter Pan <peterpandong@micron.com> */ #ifndef __LINUX_MTD_SPINAND_H #define __LINUX_MTD_SPINAND_H #include <linux/mutex.h> #include <linux/bitops.h> #include <linux/device.h> #include <linux/mtd/mtd.h...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/plat-ram' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* linux/include/linux/mtd/plat-ram.h * * (c) 2004 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * Ben Dooks <ben@simtec.co.uk> * * Generic platform device based RAM map */ #ifndef __LINUX_MTD_PLATRAM_H #define __LINUX_MTD_PLATRAM_H __FILE__ #de...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/lpc32xx_slc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Platform data for LPC32xx SoC SLC NAND controller * * Copyright © 2012 Roland Stigge */ #ifndef __LINUX_MTD_LPC32XX_SLC_H #define __LINUX_MTD_LPC32XX_SLC_H #include <linux/dmaengine.h> struct lpc32xx_slc_platform_data { dma_filter_fn dma_filter; }; #endif ...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/xip' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * MTD primitives for XIP support * * Author: Nicolas Pitre * Created: Nov 2, 2004 * Copyright: (C) 2004 MontaVista Software, Inc. * * This XIP support for MTD has been loosely inspired * by an earlier patch authored by David Woodhouse. */ #ifndef __LINUX_MTD...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/map' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al. */ /* Overhauled routines for dealing with different mmap regions of flash */ #ifndef __LINUX_MTD_MAP_H__ #define __LINUX_MTD_MAP_H__ #include <linux/bug.h> #include <linux/io.h> #include <l...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/nand' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2017 - Free Electrons * * Authors: * Boris Brezillon <boris.brezillon@free-electrons.com> * Peter Pan <peterpandong@micron.com> */ #ifndef __LINUX_MTD_NAND_H #define __LINUX_MTD_NAND_H #include <linux/mtd/mtd.h> struct nand_device; /** * struct nan...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/onfi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> * Steven J. Hill <sjhill@realitydiluted.com> * Thomas Gleixner <tglx@kernel.org> * * Contains all ONFI related definitions */ #ifndef __LINUX_MTD_ONFI_H #define __LINUX_MTD_ONFI_H #include <linux/t...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/lpc32xx_mlc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Platform data for LPC32xx SoC MLC NAND controller * * Copyright © 2012 Roland Stigge */ #ifndef __LINUX_MTD_LPC32XX_MLC_H #define __LINUX_MTD_LPC32XX_MLC_H #include <linux/dmaengine.h> struct lpc32xx_mlc_platform_data { dma_filter_fn dma_filter; }; #endif ...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/gen_probe' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 2001 Red Hat UK Limited * Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org> */ #ifndef __LINUX_MTD_GEN_PROBE_H__ #define __LINUX_MTD_GEN_PROBE_H__ #include <linux/mtd/flashchip.h> #include <linux/mtd/map.h> #include <linux/mtd/cfi...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/doc2000' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Linux driver for Disk-On-Chip devices * * Copyright © 1999 Machine Vision Holdings, Inc. * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> * Copyright © 2002-2003 Greg Ungerer <gerg@snapgear.com> * Copyright © 2002-2003 SnapGear Inc */ #ifnde...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/hyperbus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __LINUX_MTD_HYPERBUS_H__ #define __LINUX_MTD_HYPERBUS_H__ #include <linux/mtd/map.h> /* HyperBus command bits */ #define HYPERBUS_RW 0x80 /* R/W# */ #define HYPERBUS_RW_WRITE 0 #define H...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/ftl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Derived from (and probably identical to): * ftl.h 1.7 1999/10/25 20:23:17 * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License * at http://www.mozill...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/mtd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al. */ #ifndef __MTD_MTD_H__ #define __MTD_MTD_H__ #include <linux/types.h> #include <linux/uio.h> #include <linux/list.h> #include <linux/notifier.h> #include <linux/device.h> #include <linux/of...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/onenand_regs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/linux/mtd/onenand_regs.h * * OneNAND Register header file * * Copyright (C) 2005-2007 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> */ #ifndef __ONENAND_REG_H #define __ONENAND_REG_H /* Memory Address Map Translation (Wor...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/bbm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * NAND family Bad Block Management (BBM) header file * - Bad Block Table (BBT) implementation * * Copyright © 2005 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> * * Copyright © 2000-2005 * Thomas Gleixner <tglx@linuxtronix.de> */...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/jedec' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> * Steven J. Hill <sjhill@realitydiluted.com> * Thomas Gleixner <tglx@kernel.org> * * Contains all JEDEC related definitions */ #ifndef __LINUX_MTD_JEDEC_H #define __LINUX_MTD_JEDEC_H struct jedec_e...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/nand-ecc-sw-hamming' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2000-2010 Steven J. Hill <sjhill@realitydiluted.com> * David Woodhouse <dwmw2@infradead.org> * Thomas Gleixner <tglx@kernel.org> * * This file is the header for the NAND Hamming ECC implementation. */ #ifndef __MTD_NAND_ECC_SW_HAMMI...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/nand-gpio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_MTD_NAND_GPIO_H #define __LINUX_MTD_NAND_GPIO_H #include <linux/mtd/rawnand.h> struct gpio_nand_platdata { void (*adjust_parts)(struct gpio_nand_platdata *, size_t); struct mtd_partition *parts; unsigned int num_parts; unsigned int options; int chip_del...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/inftl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * inftl.h -- defines to support the Inverse NAND Flash Translation Layer * * (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com) */ #ifndef __MTD_INFTL_H__ #define __MTD_INFTL_H__ #ifndef __KERNEL__ #error This is a kernel header. Perhaps include nftl-user.h instead...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/ubi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) International Business Machines Corp., 2006 * * Author: Artem Bityutskiy (Битюцкий Артём) */ #ifndef __LINUX_UBI_H__ #define __LINUX_UBI_H__ #include <linux/ioctl.h> #include <linux/types.h> #include <linux/scatterlist.h> #include <mtd/ubi-us...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/spi-nor' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2014 Freescale Semiconductor, Inc. */ #ifndef __LINUX_MTD_SPI_NOR_H #define __LINUX_MTD_SPI_NOR_H #include <linux/bitops.h> #include <linux/mtd/mtd.h> #include <linux/spi/spi-mem.h> /* * Note on opcode nomenclature: some opcodes have a format like *...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/physmap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * For boards with physically mapped flash and using * drivers/mtd/maps/physmap.c mapping driver. * * Copyright (C) 2003 MontaVista Software Inc. * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net */ #ifndef __LINUX_MTD_PHYSMAP__ #define __LINUX_MTD_PHYSM...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/super' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* MTD-based superblock handling * * Copyright © 2006 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef __MTD_SUPER_H__ #define __MTD_SUPER_H__ #ifdef __KERNEL__ #include <linux/mtd/mtd.h> #include <linux/fs.h> #inc...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/sh_flctl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * SuperH FLCTL nand controller * * Copyright © 2008 Renesas Solutions Corp. */ #ifndef __SH_FLCTL_H__ #define __SH_FLCTL_H__ #include <linux/completion.h> #include <linux/mtd/mtd.h> #include <linux/mtd/rawnand.h> #include <linux/mtd/partitions.h> #include <linux/pm_qos....
Linux işletim sistemi çekirdeği için 'include/linux/mtd/partitions' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * MTD partitioning layer definitions * * (C) 2000 Nicolas Pitre <nico@fluxnic.net> * * This code is GPL */ #ifndef MTD_PARTITIONS_H #define MTD_PARTITIONS_H #include <linux/types.h> /* * Partition definition structure: * * An array of struct partition is passed along with a MTD object to * mtd_dev...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/pfow' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Primary function overlay window definitions * and service functions used by LPDDR chips */ #ifndef __LINUX_MTD_PFOW_H #define __LINUX_MTD_PFOW_H #include <linux/mtd/qinfo.h> /* PFOW registers addressing */ /* Address of symbol "P" */ #define PFOW_QUERY_STRING_P 0x000...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/mtdram' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MTD_MTDRAM_H__ #define __MTD_MTDRAM_H__ #include <linux/mtd/mtd.h> int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, unsigned long size, const char *name); #endif /* __MTD_MTDRAM_H__ */ ```
Linux işletim sistemi çekirdeği için 'include/linux/mtd/pismo' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * PISMO memory driver - http://www.pismoworld.org/ */ #ifndef __LINUX_MTD_PISMO_H #define __LINUX_MTD_PISMO_H struct pismo_pdata { void (*set_vpp)(void *, int); void *vpp_data; phys_addr_t cs_addrs[5]; }; #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/mtd/nand-ecc-sw-bch' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright © 2011 Ivan Djelic <ivan.djelic@parrot.com> * * This file is the header for the NAND BCH ECC implementation. */ #ifndef __MTD_NAND_ECC_SW_BCH_H__ #define __MTD_NAND_ECC_SW_BCH_H__ #include <linux/mtd/nand.h> #include <linux/bch.h> /** * struct nand...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/nand-ecc-mtk' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* * MTK SDG1 ECC controller * * Copyright (c) 2016 Mediatek * Authors: Xiaolei Li <xiaolei.li@mediatek.com> * Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> */ #ifndef __DRIVERS_MTD_NAND_MTK_ECC_H__ #define __DRIVERS_MTD_NAND_MTK_ECC_H__ #include <linu...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/ndfc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2006 Linutronix GmbH, Thomas Gleixner <tglx@kernel.org> * * Info: * Contains defines, datastructures for ndfc nand controller */ #ifndef __LINUX_MTD_NDFC_H #define __LINUX_MTD_NDFC_H /* NDFC Register definitions */ #define NDFC_CMD 0x00 #def...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/nftl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> */ #ifndef __MTD_NFTL_H__ #define __MTD_NFTL_H__ #include <linux/mtd/mtd.h> #include <linux/mtd/blktrans.h> #include <mtd/nftl-user.h> /* these info are used in ReplUnitTable */ #define BLOCK_NIL ...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/nand-ecc-mxic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright © 2019 Macronix * Author: Miquèl Raynal <miquel.raynal@bootlin.com> * * Header for the Macronix external ECC engine. */ #ifndef __MTD_NAND_ECC_MXIC_H__ #define __MTD_NAND_ECC_MXIC_H__ #include <linux/platform_device.h> #include <linux/device.h> struct m...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/cfi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al. */ #ifndef __MTD_CFI_H__ #define __MTD_CFI_H__ #include <linux/delay.h> #include <linux/types.h> #include <linux/bug.h> #include <linux/interrupt.h> #include <linux/mtd/flashchip.h> #include ...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/cfi_endian' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org> */ #include <asm/byteorder.h> #define CFI_HOST_ENDIAN 1 #define CFI_LITTLE_ENDIAN 2 #define CFI_BIG_ENDIAN 3 #if !defined(CONFIG_MTD_CFI_ADV_OPTIONS) || defined(CONFIG_MTD_CFI_NOSWAP) #define CFI_D...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/onenand' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/linux/mtd/onenand.h * * Copyright © 2005-2009 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> */ #ifndef __LINUX_MTD_ONENAND_H #define __LINUX_MTD_ONENAND_H #include <linux/spinlock.h> #include <linux/completion.h> #include <l...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/qinfo' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_MTD_QINFO_H #define __LINUX_MTD_QINFO_H #include <linux/mtd/map.h> #include <linux/wait.h> #include <linux/spinlock.h> #include <linux/delay.h> #include <linux/mtd/mtd.h> #include <linux/mtd/flashchip.h> #include <linux/mtd/partitions.h> /* lpddr_private des...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/spear_smi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright © 2010 ST Microelectronics * Shiraz Hashim <shiraz.linux.kernel@gmail.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef __MTD_SPEAR_SMI_H #d...
Linux işletim sistemi çekirdeği için 'include/linux/mtd/flashchip' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 2000 Red Hat UK Limited * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> */ #ifndef __MTD_FLASHCHIP_H__ #define __MTD_FLASHCHIP_H__ /* For spinlocks. sched.h includes spinlock.h from whichever directory it * happens to be in -...
Linux işletim sistemi çekirdeği için 'include/linux/bnxt/ulp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Broadcom NetXtreme-C/E network driver. * * Copyright (c) 2016-2018 Broadcom Limited * * 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 Foundation. */ #ifndef BNXT_ULP_H #define BNXT_ULP_H #i...
Linux işletim sistemi çekirdeği için 'include/linux/bnxt/hsi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Broadcom NetXtreme-C/E network driver. * * Copyright (c) 2014-2016 Broadcom Corporation * Copyright (c) 2014-2018 Broadcom Limited * Copyright (c) 2018-2025 Broadcom Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub...
Linux işletim sistemi çekirdeği için 'include/linux/bus/stm32_firewall_device' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2023, STMicroelectronics - All Rights Reserved */ #ifndef STM32_FIREWALL_DEVICE_H #define STM32_FIREWALL_DEVICE_H #include <linux/of.h> #include <linux/platform_device.h> #include <linux/types.h> #define STM32_FIREWALL_MAX_EXTRA_ARGS 5 /* Opaque...
Linux işletim sistemi çekirdeği için 'include/linux/bus/stm32_firewall' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2023, STMicroelectronics - All Rights Reserved */ #ifndef _STM32_FIREWALL_H #define _STM32_FIREWALL_H #include <linux/kernel.h> #include <linux/list.h> #include <linux/of.h> #include <linux/platform_device.h> #include <linux/types.h> /** * STM32_...
Linux işletim sistemi çekirdeği için 'include/linux/framer/pef2256' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PEF2256 consumer API * * Copyright 2023 CS GROUP France * * Author: Herve Codina <herve.codina@bootlin.com> */ #ifndef __PEF2256_H__ #define __PEF2256_H__ #include <linux/types.h> struct pef2256; struct regmap; /* Retrieve the PEF2256 regmap */ struct r...
Linux işletim sistemi çekirdeği için 'include/linux/framer/framer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Generic framer header file * * Copyright 2023 CS GROUP France * * Author: Herve Codina <herve.codina@bootlin.com> */ #ifndef __DRIVERS_FRAMER_H #define __DRIVERS_FRAMER_H #include <linux/err.h> #include <linux/mutex.h> #include <linux/notifier.h> #includ...
Linux işletim sistemi çekirdeği için 'include/linux/framer/framer-provider' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Generic framer profider header file * * Copyright 2023 CS GROUP France * * Author: Herve Codina <herve.codina@bootlin.com> */ #ifndef __DRIVERS_PROVIDER_FRAMER_H #define __DRIVERS_PROVIDER_FRAMER_H #include <linux/export.h> #include <linux/framer/framer....
Linux işletim sistemi çekirdeği için 'include/linux/pinctrl/pinconf-generic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Interface the generic pinconfig portions of the pinctrl subsystem * * Copyright (C) 2011 ST-Ericsson SA * Written on behalf of Linaro for ST-Ericsson * This interface is used in the core to keep track of pins. * * Author: Linus Walleij <linus.walleij@linaro.o...
Linux işletim sistemi çekirdeği için 'include/linux/pinctrl/pinmux' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Interface the pinmux subsystem * * Copyright (C) 2011 ST-Ericsson SA * Written on behalf of Linaro for ST-Ericsson * Based on bits of regulator core, gpio core and clk core * * Author: Linus Walleij <linus.walleij@linaro.org> */ #ifndef __LINUX_PINCTRL_PINMU...
Linux işletim sistemi çekirdeği için 'include/linux/pinctrl/consumer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Consumer interface the pin control subsystem * * Copyright (C) 2012 ST-Ericsson SA * Written on behalf of Linaro for ST-Ericsson * Based on bits of regulator core, gpio core and clk core * * Author: Linus Walleij <linus.walleij@linaro.org> */ #ifndef __LINUX...
Linux işletim sistemi çekirdeği için 'include/linux/pinctrl/devinfo' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Per-device information from the pin control system. * This is the stuff that get included into the device * core. * * Copyright (C) 2012 ST-Ericsson SA * Written on behalf of Linaro for ST-Ericsson * This interface is used in the core to keep track of pins. ...
Linux işletim sistemi çekirdeği için 'include/linux/pinctrl/pinctrl-state' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Standard pin control state definitions */ #ifndef __LINUX_PINCTRL_PINCTRL_STATE_H #define __LINUX_PINCTRL_PINCTRL_STATE_H /** * @PINCTRL_STATE_DEFAULT: the state the pinctrl handle shall be put * into as default, usually this means the pins are up and ready to * b...
Linux işletim sistemi çekirdeği için 'include/linux/pinctrl/pinconf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Interface the pinconfig portions of the pinctrl subsystem * * Copyright (C) 2011 ST-Ericsson SA * Written on behalf of Linaro for ST-Ericsson * This interface is used in the core to keep track of pins. * * Author: Linus Walleij <linus.walleij@linaro.org> */ ...
Linux işletim sistemi çekirdeği için 'include/linux/pinctrl/pinctrl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Interface the pinctrl subsystem * * Copyright (C) 2011 ST-Ericsson SA * Written on behalf of Linaro for ST-Ericsson * This interface is used in the core to keep track of pins. * * Author: Linus Walleij <linus.walleij@linaro.org> */ #ifndef __LINUX_PINCTRL_PI...