├── Makefile ├── README.md ├── UPDATE.sh ├── aarch64 ├── arch ├── arm ├── arm64 ├── m68k ├── microblaze ├── mips ├── openrisc ├── powerpc ├── s390 ├── sh └── x86 ├── arm └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── errno.h │ ├── fcntl.h │ ├── hwcap.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm.h │ ├── kvm_para.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── perf_regs.h │ ├── poll.h │ ├── posix_types.h │ ├── ptrace.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── unistd-common.h │ ├── unistd-eabi.h │ ├── unistd-oabi.h │ └── unistd.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── arm64 └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── errno.h │ ├── fcntl.h │ ├── hwcap.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm.h │ ├── kvm_para.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── perf_regs.h │ ├── poll.h │ ├── posix_types.h │ ├── ptrace.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ └── unistd.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── create-dist.sh ├── generic └── include │ ├── asm-generic │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── errno-base.h │ ├── errno.h │ ├── fcntl.h │ ├── hugetlb_encode.h │ ├── int-l64.h │ ├── int-ll64.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm_para.h │ ├── mman-common.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── poll.h │ ├── posix_types.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── shmparam.h │ ├── siginfo.h │ ├── signal-defs.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ └── unistd.h │ ├── drm │ ├── amdgpu_drm.h │ ├── armada_drm.h │ ├── drm.h │ ├── drm_fourcc.h │ ├── drm_mode.h │ ├── drm_sarea.h │ ├── etnaviv_drm.h │ ├── exynos_drm.h │ ├── i810_drm.h │ ├── i915_drm.h │ ├── mga_drm.h │ ├── msm_drm.h │ ├── nouveau_drm.h │ ├── omap_drm.h │ ├── qxl_drm.h │ ├── r128_drm.h │ ├── radeon_drm.h │ ├── savage_drm.h │ ├── sis_drm.h │ ├── tegra_drm.h │ ├── v3d_drm.h │ ├── vc4_drm.h │ ├── vgem_drm.h │ ├── via_drm.h │ ├── virtgpu_drm.h │ └── vmwgfx_drm.h │ ├── linux │ ├── a.out.h │ ├── acct.h │ ├── adb.h │ ├── adfs_fs.h │ ├── affs_hardblocks.h │ ├── agpgart.h │ ├── aio_abi.h │ ├── am437x-vpfe.h │ ├── android │ │ └── binder.h │ ├── apm_bios.h │ ├── arcfb.h │ ├── arm_sdei.h │ ├── aspeed-lpc-ctrl.h │ ├── atalk.h │ ├── atm.h │ ├── atm_eni.h │ ├── atm_he.h │ ├── atm_idt77105.h │ ├── atm_nicstar.h │ ├── atm_tcp.h │ ├── atm_zatm.h │ ├── atmapi.h │ ├── atmarp.h │ ├── atmbr2684.h │ ├── atmclip.h │ ├── atmdev.h │ ├── atmioc.h │ ├── atmlec.h │ ├── atmmpc.h │ ├── atmppp.h │ ├── atmsap.h │ ├── atmsvc.h │ ├── audit.h │ ├── auto_dev-ioctl.h │ ├── auto_fs.h │ ├── auto_fs4.h │ ├── auxvec.h │ ├── ax25.h │ ├── b1lli.h │ ├── batadv_packet.h │ ├── batman_adv.h │ ├── baycom.h │ ├── bcache.h │ ├── bcm933xx_hcs.h │ ├── bfs_fs.h │ ├── binfmts.h │ ├── blkpg.h │ ├── blktrace_api.h │ ├── blkzoned.h │ ├── bpf.h │ ├── bpf_common.h │ ├── bpf_perf_event.h │ ├── bpfilter.h │ ├── bpqether.h │ ├── bsg.h │ ├── bt-bmc.h │ ├── btf.h │ ├── btrfs.h │ ├── btrfs_tree.h │ ├── byteorder │ │ ├── big_endian.h │ │ └── little_endian.h │ ├── caif │ │ ├── caif_socket.h │ │ └── if_caif.h │ ├── can.h │ ├── can │ │ ├── bcm.h │ │ ├── error.h │ │ ├── gw.h │ │ ├── netlink.h │ │ ├── raw.h │ │ └── vxcan.h │ ├── capability.h │ ├── capi.h │ ├── cciss_defs.h │ ├── cciss_ioctl.h │ ├── cdrom.h │ ├── cec-funcs.h │ ├── cec.h │ ├── cgroupstats.h │ ├── chio.h │ ├── cifs │ │ └── cifs_mount.h │ ├── cm4000_cs.h │ ├── cn_proc.h │ ├── coda.h │ ├── coda_psdev.h │ ├── coff.h │ ├── connector.h │ ├── const.h │ ├── coresight-stm.h │ ├── cramfs_fs.h │ ├── cryptouser.h │ ├── cuda.h │ ├── cyclades.h │ ├── cycx_cfm.h │ ├── dcbnl.h │ ├── dccp.h │ ├── devlink.h │ ├── dlm.h │ ├── dlm_device.h │ ├── dlm_netlink.h │ ├── dlm_plock.h │ ├── dlmconstants.h │ ├── dm-ioctl.h │ ├── dm-log-userspace.h │ ├── dma-buf.h │ ├── dn.h │ ├── dqblk_xfs.h │ ├── dvb │ │ ├── audio.h │ │ ├── ca.h │ │ ├── dmx.h │ │ ├── frontend.h │ │ ├── net.h │ │ ├── osd.h │ │ ├── version.h │ │ └── video.h │ ├── edd.h │ ├── efs_fs_sb.h │ ├── elf-em.h │ ├── elf-fdpic.h │ ├── elf.h │ ├── elfcore.h │ ├── errno.h │ ├── errqueue.h │ ├── erspan.h │ ├── ethtool.h │ ├── eventpoll.h │ ├── fadvise.h │ ├── falloc.h │ ├── fanotify.h │ ├── fb.h │ ├── fcntl.h │ ├── fd.h │ ├── fdreg.h │ ├── fib_rules.h │ ├── fiemap.h │ ├── filter.h │ ├── firewire-cdev.h │ ├── firewire-constants.h │ ├── flat.h │ ├── fou.h │ ├── fpga-dfl.h │ ├── fs.h │ ├── fsi.h │ ├── fsl_hypervisor.h │ ├── fsmap.h │ ├── fuse.h │ ├── futex.h │ ├── gameport.h │ ├── gen_stats.h │ ├── genetlink.h │ ├── genwqe │ │ └── genwqe_card.h │ ├── gfs2_ondisk.h │ ├── gigaset_dev.h │ ├── gpio.h │ ├── gsmmux.h │ ├── gtp.h │ ├── hash_info.h │ ├── hdlc.h │ ├── hdlc │ │ └── ioctl.h │ ├── hdlcdrv.h │ ├── hdreg.h │ ├── hid.h │ ├── hiddev.h │ ├── hidraw.h │ ├── hpet.h │ ├── hsi │ │ ├── cs-protocol.h │ │ └── hsi_char.h │ ├── hsr_netlink.h │ ├── hw_breakpoint.h │ ├── hyperv.h │ ├── hysdn_if.h │ ├── i2c-dev.h │ ├── i2c.h │ ├── i2o-dev.h │ ├── i8k.h │ ├── icmp.h │ ├── icmpv6.h │ ├── if.h │ ├── if_addr.h │ ├── if_addrlabel.h │ ├── if_alg.h │ ├── if_arcnet.h │ ├── if_arp.h │ ├── if_bonding.h │ ├── if_bridge.h │ ├── if_cablemodem.h │ ├── if_eql.h │ ├── if_ether.h │ ├── if_fc.h │ ├── if_fddi.h │ ├── if_frad.h │ ├── if_hippi.h │ ├── if_infiniband.h │ ├── if_link.h │ ├── if_ltalk.h │ ├── if_macsec.h │ ├── if_packet.h │ ├── if_phonet.h │ ├── if_plip.h │ ├── if_ppp.h │ ├── if_pppol2tp.h │ ├── if_pppox.h │ ├── if_slip.h │ ├── if_team.h │ ├── if_tun.h │ ├── if_tunnel.h │ ├── if_vlan.h │ ├── if_x25.h │ ├── if_xdp.h │ ├── ife.h │ ├── igmp.h │ ├── iio │ │ ├── events.h │ │ └── types.h │ ├── ila.h │ ├── in.h │ ├── in6.h │ ├── in_route.h │ ├── inet_diag.h │ ├── inotify.h │ ├── input-event-codes.h │ ├── input.h │ ├── ioctl.h │ ├── ip.h │ ├── ip6_tunnel.h │ ├── ip_vs.h │ ├── ipc.h │ ├── ipmi.h │ ├── ipmi_bmc.h │ ├── ipmi_msgdefs.h │ ├── ipsec.h │ ├── ipv6.h │ ├── ipv6_route.h │ ├── ipx.h │ ├── irqnr.h │ ├── isdn.h │ ├── isdn │ │ └── capicmd.h │ ├── isdn_divertif.h │ ├── isdn_ppp.h │ ├── isdnif.h │ ├── iso_fs.h │ ├── ivtv.h │ ├── ivtvfb.h │ ├── jffs2.h │ ├── joystick.h │ ├── kcm.h │ ├── kcmp.h │ ├── kcov.h │ ├── kd.h │ ├── kdev_t.h │ ├── kernel-page-flags.h │ ├── kernel.h │ ├── kernelcapi.h │ ├── kexec.h │ ├── keyboard.h │ ├── keyctl.h │ ├── kfd_ioctl.h │ ├── kvm.h │ ├── kvm_para.h │ ├── l2tp.h │ ├── libc-compat.h │ ├── lightnvm.h │ ├── limits.h │ ├── lirc.h │ ├── llc.h │ ├── loop.h │ ├── lp.h │ ├── lwtunnel.h │ ├── magic.h │ ├── major.h │ ├── map_to_7segment.h │ ├── matroxfb.h │ ├── max2175.h │ ├── mdio.h │ ├── media-bus-format.h │ ├── media.h │ ├── mei.h │ ├── membarrier.h │ ├── memfd.h │ ├── mempolicy.h │ ├── meye.h │ ├── mic_common.h │ ├── mic_ioctl.h │ ├── mii.h │ ├── minix_fs.h │ ├── mman.h │ ├── mmc │ │ └── ioctl.h │ ├── mmtimer.h │ ├── module.h │ ├── mpls.h │ ├── mpls_iptunnel.h │ ├── mqueue.h │ ├── mroute.h │ ├── mroute6.h │ ├── msdos_fs.h │ ├── msg.h │ ├── mtio.h │ ├── n_r3964.h │ ├── nbd-netlink.h │ ├── nbd.h │ ├── ncsi.h │ ├── ndctl.h │ ├── neighbour.h │ ├── net.h │ ├── net_dropmon.h │ ├── net_namespace.h │ ├── net_tstamp.h │ ├── netconf.h │ ├── netdevice.h │ ├── netfilter.h │ ├── netfilter │ │ ├── ipset │ │ │ ├── ip_set.h │ │ │ ├── ip_set_bitmap.h │ │ │ ├── ip_set_hash.h │ │ │ └── ip_set_list.h │ │ ├── nf_conntrack_common.h │ │ ├── nf_conntrack_ftp.h │ │ ├── nf_conntrack_sctp.h │ │ ├── nf_conntrack_tcp.h │ │ ├── nf_conntrack_tuple_common.h │ │ ├── nf_log.h │ │ ├── nf_nat.h │ │ ├── nf_tables.h │ │ ├── nf_tables_compat.h │ │ ├── nfnetlink.h │ │ ├── nfnetlink_acct.h │ │ ├── nfnetlink_compat.h │ │ ├── nfnetlink_conntrack.h │ │ ├── nfnetlink_cthelper.h │ │ ├── nfnetlink_cttimeout.h │ │ ├── nfnetlink_log.h │ │ ├── nfnetlink_osf.h │ │ ├── nfnetlink_queue.h │ │ ├── x_tables.h │ │ ├── xt_AUDIT.h │ │ ├── xt_CHECKSUM.h │ │ ├── xt_CLASSIFY.h │ │ ├── xt_CONNMARK.h │ │ ├── xt_CONNSECMARK.h │ │ ├── xt_CT.h │ │ ├── xt_DSCP.h │ │ ├── xt_HMARK.h │ │ ├── xt_IDLETIMER.h │ │ ├── xt_LED.h │ │ ├── xt_LOG.h │ │ ├── xt_MARK.h │ │ ├── xt_NFLOG.h │ │ ├── xt_NFQUEUE.h │ │ ├── xt_RATEEST.h │ │ ├── xt_SECMARK.h │ │ ├── xt_SYNPROXY.h │ │ ├── xt_TCPMSS.h │ │ ├── xt_TCPOPTSTRIP.h │ │ ├── xt_TEE.h │ │ ├── xt_TPROXY.h │ │ ├── xt_addrtype.h │ │ ├── xt_bpf.h │ │ ├── xt_cgroup.h │ │ ├── xt_cluster.h │ │ ├── xt_comment.h │ │ ├── xt_connbytes.h │ │ ├── xt_connlabel.h │ │ ├── xt_connlimit.h │ │ ├── xt_connmark.h │ │ ├── xt_conntrack.h │ │ ├── xt_cpu.h │ │ ├── xt_dccp.h │ │ ├── xt_devgroup.h │ │ ├── xt_dscp.h │ │ ├── xt_ecn.h │ │ ├── xt_esp.h │ │ ├── xt_hashlimit.h │ │ ├── xt_helper.h │ │ ├── xt_ipcomp.h │ │ ├── xt_iprange.h │ │ ├── xt_ipvs.h │ │ ├── xt_l2tp.h │ │ ├── xt_length.h │ │ ├── xt_limit.h │ │ ├── xt_mac.h │ │ ├── xt_mark.h │ │ ├── xt_multiport.h │ │ ├── xt_nfacct.h │ │ ├── xt_osf.h │ │ ├── xt_owner.h │ │ ├── xt_physdev.h │ │ ├── xt_pkttype.h │ │ ├── xt_policy.h │ │ ├── xt_quota.h │ │ ├── xt_rateest.h │ │ ├── xt_realm.h │ │ ├── xt_recent.h │ │ ├── xt_rpfilter.h │ │ ├── xt_sctp.h │ │ ├── xt_set.h │ │ ├── xt_socket.h │ │ ├── xt_state.h │ │ ├── xt_statistic.h │ │ ├── xt_string.h │ │ ├── xt_tcpmss.h │ │ ├── xt_tcpudp.h │ │ ├── xt_time.h │ │ └── xt_u32.h │ ├── netfilter_arp.h │ ├── netfilter_arp │ │ ├── arp_tables.h │ │ └── arpt_mangle.h │ ├── netfilter_bridge.h │ ├── netfilter_bridge │ │ ├── ebt_802_3.h │ │ ├── ebt_among.h │ │ ├── ebt_arp.h │ │ ├── ebt_arpreply.h │ │ ├── ebt_ip.h │ │ ├── ebt_ip6.h │ │ ├── ebt_limit.h │ │ ├── ebt_log.h │ │ ├── ebt_mark_m.h │ │ ├── ebt_mark_t.h │ │ ├── ebt_nat.h │ │ ├── ebt_nflog.h │ │ ├── ebt_pkttype.h │ │ ├── ebt_redirect.h │ │ ├── ebt_stp.h │ │ ├── ebt_vlan.h │ │ └── ebtables.h │ ├── netfilter_decnet.h │ ├── netfilter_ipv4.h │ ├── netfilter_ipv4 │ │ ├── ip_tables.h │ │ ├── ipt_CLUSTERIP.h │ │ ├── ipt_ECN.h │ │ ├── ipt_LOG.h │ │ ├── ipt_REJECT.h │ │ ├── ipt_TTL.h │ │ ├── ipt_ah.h │ │ ├── ipt_ecn.h │ │ └── ipt_ttl.h │ ├── netfilter_ipv6.h │ ├── netfilter_ipv6 │ │ ├── ip6_tables.h │ │ ├── ip6t_HL.h │ │ ├── ip6t_LOG.h │ │ ├── ip6t_NPT.h │ │ ├── ip6t_REJECT.h │ │ ├── ip6t_ah.h │ │ ├── ip6t_frag.h │ │ ├── ip6t_hl.h │ │ ├── ip6t_ipv6header.h │ │ ├── ip6t_mh.h │ │ ├── ip6t_opts.h │ │ ├── ip6t_rt.h │ │ └── ip6t_srh.h │ ├── netlink.h │ ├── netlink_diag.h │ ├── netrom.h │ ├── nfc.h │ ├── nfs.h │ ├── nfs2.h │ ├── nfs3.h │ ├── nfs4.h │ ├── nfs4_mount.h │ ├── nfs_fs.h │ ├── nfs_idmap.h │ ├── nfs_mount.h │ ├── nfsacl.h │ ├── nfsd │ │ ├── cld.h │ │ ├── debug.h │ │ ├── export.h │ │ ├── nfsfh.h │ │ └── stats.h │ ├── nilfs2_api.h │ ├── nilfs2_ondisk.h │ ├── nl80211.h │ ├── nsfs.h │ ├── nubus.h │ ├── nvme_ioctl.h │ ├── nvram.h │ ├── omap3isp.h │ ├── omapfb.h │ ├── oom.h │ ├── openvswitch.h │ ├── packet_diag.h │ ├── param.h │ ├── parport.h │ ├── patchkey.h │ ├── pci.h │ ├── pci_regs.h │ ├── pcitest.h │ ├── perf_event.h │ ├── personality.h │ ├── pfkeyv2.h │ ├── pg.h │ ├── phantom.h │ ├── phonet.h │ ├── pkt_cls.h │ ├── pkt_sched.h │ ├── pktcdvd.h │ ├── pmu.h │ ├── poll.h │ ├── posix_acl.h │ ├── posix_acl_xattr.h │ ├── posix_types.h │ ├── ppdev.h │ ├── ppp-comp.h │ ├── ppp-ioctl.h │ ├── ppp_defs.h │ ├── pps.h │ ├── pr.h │ ├── prctl.h │ ├── psample.h │ ├── psci.h │ ├── psp-sev.h │ ├── ptp_clock.h │ ├── ptrace.h │ ├── qemu_fw_cfg.h │ ├── qnx4_fs.h │ ├── qnxtypes.h │ ├── qrtr.h │ ├── quota.h │ ├── radeonfb.h │ ├── raid │ │ ├── md_p.h │ │ └── md_u.h │ ├── random.h │ ├── raw.h │ ├── rds.h │ ├── reboot.h │ ├── reiserfs_fs.h │ ├── reiserfs_xattr.h │ ├── resource.h │ ├── rfkill.h │ ├── rio_cm_cdev.h │ ├── rio_mport_cdev.h │ ├── romfs_fs.h │ ├── rose.h │ ├── route.h │ ├── rpmsg.h │ ├── rseq.h │ ├── rtc.h │ ├── rtnetlink.h │ ├── rxrpc.h │ ├── scc.h │ ├── sched.h │ ├── sched │ │ └── types.h │ ├── scif_ioctl.h │ ├── screen_info.h │ ├── sctp.h │ ├── sdla.h │ ├── seccomp.h │ ├── securebits.h │ ├── sed-opal.h │ ├── seg6.h │ ├── seg6_genl.h │ ├── seg6_hmac.h │ ├── seg6_iptunnel.h │ ├── seg6_local.h │ ├── selinux_netlink.h │ ├── sem.h │ ├── serial.h │ ├── serial_core.h │ ├── serial_reg.h │ ├── serio.h │ ├── shm.h │ ├── signal.h │ ├── signalfd.h │ ├── smc.h │ ├── smc_diag.h │ ├── smiapp.h │ ├── snmp.h │ ├── sock_diag.h │ ├── socket.h │ ├── sockios.h │ ├── sonet.h │ ├── sonypi.h │ ├── sound.h │ ├── soundcard.h │ ├── spi │ │ └── spidev.h │ ├── stat.h │ ├── stddef.h │ ├── stm.h │ ├── string.h │ ├── sunrpc │ │ └── debug.h │ ├── suspend_ioctls.h │ ├── swab.h │ ├── switchtec_ioctl.h │ ├── sync_file.h │ ├── synclink.h │ ├── sysctl.h │ ├── sysinfo.h │ ├── target_core_user.h │ ├── taskstats.h │ ├── tc_act │ │ ├── tc_bpf.h │ │ ├── tc_connmark.h │ │ ├── tc_csum.h │ │ ├── tc_defact.h │ │ ├── tc_gact.h │ │ ├── tc_ife.h │ │ ├── tc_ipt.h │ │ ├── tc_mirred.h │ │ ├── tc_nat.h │ │ ├── tc_pedit.h │ │ ├── tc_sample.h │ │ ├── tc_skbedit.h │ │ ├── tc_skbmod.h │ │ ├── tc_tunnel_key.h │ │ └── tc_vlan.h │ ├── tc_ematch │ │ ├── tc_em_cmp.h │ │ ├── tc_em_ipt.h │ │ ├── tc_em_meta.h │ │ ├── tc_em_nbyte.h │ │ └── tc_em_text.h │ ├── tcp.h │ ├── tcp_metrics.h │ ├── tee.h │ ├── termios.h │ ├── thermal.h │ ├── time.h │ ├── timerfd.h │ ├── times.h │ ├── timex.h │ ├── tiocl.h │ ├── tipc.h │ ├── tipc_config.h │ ├── tipc_netlink.h │ ├── tipc_sockets_diag.h │ ├── tls.h │ ├── toshiba.h │ ├── tty.h │ ├── tty_flags.h │ ├── types.h │ ├── udf_fs_i.h │ ├── udp.h │ ├── uhid.h │ ├── uinput.h │ ├── uio.h │ ├── uleds.h │ ├── ultrasound.h │ ├── un.h │ ├── unistd.h │ ├── unix_diag.h │ ├── usb │ │ ├── audio.h │ │ ├── cdc-wdm.h │ │ ├── cdc.h │ │ ├── ch11.h │ │ ├── ch9.h │ │ ├── charger.h │ │ ├── functionfs.h │ │ ├── g_printer.h │ │ ├── g_uvc.h │ │ ├── gadgetfs.h │ │ ├── midi.h │ │ ├── tmc.h │ │ └── video.h │ ├── usbdevice_fs.h │ ├── usbip.h │ ├── userfaultfd.h │ ├── userio.h │ ├── utime.h │ ├── utsname.h │ ├── uuid.h │ ├── uvcvideo.h │ ├── v4l2-common.h │ ├── v4l2-controls.h │ ├── v4l2-dv-timings.h │ ├── v4l2-mediabus.h │ ├── v4l2-subdev.h │ ├── vbox_err.h │ ├── vbox_vmmdev_types.h │ ├── vboxguest.h │ ├── version.h │ ├── veth.h │ ├── vfio.h │ ├── vfio_ccw.h │ ├── vhost.h │ ├── videodev2.h │ ├── virtio_9p.h │ ├── virtio_balloon.h │ ├── virtio_blk.h │ ├── virtio_config.h │ ├── virtio_console.h │ ├── virtio_crypto.h │ ├── virtio_gpu.h │ ├── virtio_ids.h │ ├── virtio_input.h │ ├── virtio_mmio.h │ ├── virtio_net.h │ ├── virtio_pci.h │ ├── virtio_ring.h │ ├── virtio_rng.h │ ├── virtio_scsi.h │ ├── virtio_types.h │ ├── virtio_vsock.h │ ├── vm_sockets.h │ ├── vm_sockets_diag.h │ ├── vmcore.h │ ├── vsockmon.h │ ├── vt.h │ ├── vtpm_proxy.h │ ├── wait.h │ ├── wanrouter.h │ ├── watchdog.h │ ├── wimax.h │ ├── wimax │ │ └── i2400m.h │ ├── wireless.h │ ├── wmi.h │ ├── x25.h │ ├── xattr.h │ ├── xfrm.h │ ├── xilinx-v4l2-controls.h │ ├── zorro.h │ └── zorro_ids.h │ ├── mtd │ ├── inftl-user.h │ ├── mtd-abi.h │ ├── mtd-user.h │ ├── nftl-user.h │ └── ubi-user.h │ ├── rdma │ ├── bnxt_re-abi.h │ ├── cxgb3-abi.h │ ├── cxgb4-abi.h │ ├── hfi │ │ ├── hfi1_ioctl.h │ │ └── hfi1_user.h │ ├── hns-abi.h │ ├── i40iw-abi.h │ ├── ib_user_cm.h │ ├── ib_user_ioctl_cmds.h │ ├── ib_user_ioctl_verbs.h │ ├── ib_user_mad.h │ ├── ib_user_sa.h │ ├── ib_user_verbs.h │ ├── mlx4-abi.h │ ├── mlx5-abi.h │ ├── mlx5_user_ioctl_cmds.h │ ├── mlx5_user_ioctl_verbs.h │ ├── mthca-abi.h │ ├── nes-abi.h │ ├── ocrdma-abi.h │ ├── qedr-abi.h │ ├── rdma_netlink.h │ ├── rdma_user_cm.h │ ├── rdma_user_ioctl.h │ ├── rdma_user_ioctl_cmds.h │ ├── rdma_user_rxe.h │ └── vmw_pvrdma-abi.h │ ├── scsi │ ├── cxlflash_ioctl.h │ ├── fc │ │ ├── fc_els.h │ │ ├── fc_fs.h │ │ ├── fc_gs.h │ │ └── fc_ns.h │ ├── scsi_bsg_fc.h │ ├── scsi_netlink.h │ └── scsi_netlink_fc.h │ ├── sound │ ├── asequencer.h │ ├── asoc.h │ ├── asound.h │ ├── asound_fm.h │ ├── compress_offload.h │ ├── compress_params.h │ ├── emu10k1.h │ ├── firewire.h │ ├── hdsp.h │ ├── hdspm.h │ ├── sb16_csp.h │ ├── sfnt_info.h │ ├── skl-tplg-interface.h │ ├── snd_sst_tokens.h │ ├── tlv.h │ └── usb_stream.h │ ├── video │ ├── edid.h │ ├── sisfb.h │ └── uvesafb.h │ └── xen │ ├── evtchn.h │ ├── gntalloc.h │ ├── gntdev.h │ └── privcmd.h ├── i386 ├── m68k └── include │ ├── asm-generic │ ├── asm │ ├── a.out.h │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bootinfo-amiga.h │ ├── bootinfo-apollo.h │ ├── bootinfo-atari.h │ ├── bootinfo-hp300.h │ ├── bootinfo-mac.h │ ├── bootinfo-q40.h │ ├── bootinfo-vme.h │ ├── bootinfo.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── cachectl.h │ ├── errno.h │ ├── fcntl.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm_para.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── poll.h │ ├── posix_types.h │ ├── ptrace.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── shmparam.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ └── unistd.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── microblaze └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── elf.h │ ├── errno.h │ ├── fcntl.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm_para.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── poll.h │ ├── posix_types.h │ ├── ptrace.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── shmparam.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ └── unistd.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── mips └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitfield.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── break.h │ ├── byteorder.h │ ├── cachectl.h │ ├── errno.h │ ├── fcntl.h │ ├── hwcap.h │ ├── inst.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm.h │ ├── kvm_para.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── poll.h │ ├── posix_types.h │ ├── ptrace.h │ ├── reg.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── sgidefs.h │ ├── shmbuf.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── sysmips.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ └── unistd.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── openrisc └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── elf.h │ ├── errno.h │ ├── fcntl.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm_para.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── poll.h │ ├── posix_types.h │ ├── ptrace.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── shmparam.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ └── unistd.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── or1k ├── patches ├── 0001-fix-3-do-not-wrap-linux-stat.h-in-ifdef-KERNEL.patch ├── 0002-remove-inclusion-of-sysinfo.h-in-kernel.h.patch ├── 0003-fix-redefinition-of-struct-tcphdr.patch ├── 0004-fix-linux-time.h.patch └── 0005-prevent-TCP_NLA_-definition-when-netinet-tcp.h-is-in.patch ├── powerpc └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bootx.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── cputable.h │ ├── eeh.h │ ├── elf.h │ ├── epapr_hcalls.h │ ├── errno.h │ ├── fcntl.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm.h │ ├── kvm_para.h │ ├── mman.h │ ├── msgbuf.h │ ├── nvram.h │ ├── opal-prd.h │ ├── param.h │ ├── perf_event.h │ ├── perf_regs.h │ ├── poll.h │ ├── posix_types.h │ ├── ps3fb.h │ ├── ptrace.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── spu_info.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── tm.h │ ├── types.h │ ├── ucontext.h │ └── unistd.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── ppc64le ├── riscv └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── elf.h │ ├── errno.h │ ├── fcntl.h │ ├── hwcap.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── poll.h │ ├── posix_types.h │ ├── ptrace.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── syscalls.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ └── unistd.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── riscv32 ├── riscv64 ├── s390 └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── chpid.h │ ├── chsc.h │ ├── clp.h │ ├── cmb.h │ ├── dasd.h │ ├── debug.h │ ├── errno.h │ ├── fcntl.h │ ├── guarded_storage.h │ ├── hypfs.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm.h │ ├── kvm_para.h │ ├── kvm_perf.h │ ├── mman.h │ ├── monwriter.h │ ├── msgbuf.h │ ├── param.h │ ├── perf_regs.h │ ├── pkey.h │ ├── poll.h │ ├── posix_types.h │ ├── ptrace.h │ ├── qeth.h │ ├── resource.h │ ├── runtime_instr.h │ ├── schid.h │ ├── sclp_ctl.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── sie.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── sthyi.h │ ├── swab.h │ ├── tape390.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ ├── unistd.h │ ├── unistd_32.h │ ├── unistd_64.h │ ├── virtio-ccw.h │ ├── vmcp.h │ ├── vtoc.h │ └── zcrypt.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── sh └── include │ ├── asm-generic │ ├── asm │ ├── auxvec.h │ ├── bitsperlong.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── cachectl.h │ ├── cpu-features.h │ ├── errno.h │ ├── fcntl.h │ ├── hw_breakpoint.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── kvm_para.h │ ├── mman.h │ ├── msgbuf.h │ ├── param.h │ ├── poll.h │ ├── posix_types.h │ ├── posix_types_32.h │ ├── posix_types_64.h │ ├── ptrace.h │ ├── ptrace_32.h │ ├── ptrace_64.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── sigcontext.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ ├── unistd.h │ ├── unistd_32.h │ └── unistd_64.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── test.sh ├── test ├── allheaders.c ├── em_arm.c ├── ethhdr.c ├── if.c ├── if_bridge.c ├── if_ether.c ├── in6.c ├── input_namespace.c ├── kernel_sysinfo.c ├── module.c ├── ptrace.c ├── stat.c ├── tcphdr.c └── timespec.c ├── tools └── install.sh ├── x32 ├── x86 └── include │ ├── asm-generic │ ├── asm │ ├── a.out.h │ ├── auxvec.h │ ├── bitsperlong.h │ ├── boot.h │ ├── bootparam.h │ ├── bpf_perf_event.h │ ├── byteorder.h │ ├── debugreg.h │ ├── e820.h │ ├── errno.h │ ├── fcntl.h │ ├── hw_breakpoint.h │ ├── hwcap2.h │ ├── ioctl.h │ ├── ioctls.h │ ├── ipcbuf.h │ ├── ist.h │ ├── kvm.h │ ├── kvm_para.h │ ├── kvm_perf.h │ ├── ldt.h │ ├── mce.h │ ├── mman.h │ ├── msgbuf.h │ ├── msr.h │ ├── mtrr.h │ ├── param.h │ ├── perf_regs.h │ ├── poll.h │ ├── posix_types.h │ ├── posix_types_32.h │ ├── posix_types_64.h │ ├── posix_types_x32.h │ ├── prctl.h │ ├── processor-flags.h │ ├── ptrace-abi.h │ ├── ptrace.h │ ├── resource.h │ ├── sembuf.h │ ├── setup.h │ ├── shmbuf.h │ ├── sigcontext.h │ ├── sigcontext32.h │ ├── siginfo.h │ ├── signal.h │ ├── socket.h │ ├── sockios.h │ ├── stat.h │ ├── statfs.h │ ├── svm.h │ ├── swab.h │ ├── termbits.h │ ├── termios.h │ ├── types.h │ ├── ucontext.h │ ├── unistd.h │ ├── unistd_32.h │ ├── unistd_64.h │ ├── unistd_x32.h │ ├── vm86.h │ ├── vmx.h │ └── vsyscall.h │ ├── drm │ ├── linux │ ├── mtd │ ├── rdma │ ├── scsi │ ├── sound │ ├── video │ └── xen ├── x86_64 └── x86_64-x32 /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/README.md -------------------------------------------------------------------------------- /UPDATE.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/UPDATE.sh -------------------------------------------------------------------------------- /aarch64: -------------------------------------------------------------------------------- 1 | arm64 -------------------------------------------------------------------------------- /arch/arm: -------------------------------------------------------------------------------- 1 | ../arm -------------------------------------------------------------------------------- /arch/arm64: -------------------------------------------------------------------------------- 1 | ../arm64 -------------------------------------------------------------------------------- /arch/m68k: -------------------------------------------------------------------------------- 1 | ../m68k -------------------------------------------------------------------------------- /arch/microblaze: -------------------------------------------------------------------------------- 1 | ../microblaze -------------------------------------------------------------------------------- /arch/mips: -------------------------------------------------------------------------------- 1 | ../mips -------------------------------------------------------------------------------- /arch/openrisc: -------------------------------------------------------------------------------- 1 | ../openrisc -------------------------------------------------------------------------------- /arch/powerpc: -------------------------------------------------------------------------------- 1 | ../powerpc -------------------------------------------------------------------------------- /arch/s390: -------------------------------------------------------------------------------- 1 | ../s390 -------------------------------------------------------------------------------- /arch/sh: -------------------------------------------------------------------------------- 1 | ../sh -------------------------------------------------------------------------------- /arch/x86: -------------------------------------------------------------------------------- 1 | ../x86 -------------------------------------------------------------------------------- /arm/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /arm/include/asm/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/auxvec.h -------------------------------------------------------------------------------- /arm/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/byteorder.h -------------------------------------------------------------------------------- /arm/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/fcntl.h -------------------------------------------------------------------------------- /arm/include/asm/hwcap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/hwcap.h -------------------------------------------------------------------------------- /arm/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/ioctls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/ioctls.h -------------------------------------------------------------------------------- /arm/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/kvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/kvm.h -------------------------------------------------------------------------------- /arm/include/asm/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/mman.h -------------------------------------------------------------------------------- /arm/include/asm/msgbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/param.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/perf_regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/perf_regs.h -------------------------------------------------------------------------------- /arm/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/posix_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/posix_types.h -------------------------------------------------------------------------------- /arm/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/ptrace.h -------------------------------------------------------------------------------- /arm/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/sembuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/setup.h -------------------------------------------------------------------------------- /arm/include/asm/shmbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/sigcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/sigcontext.h -------------------------------------------------------------------------------- /arm/include/asm/siginfo.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/signal.h -------------------------------------------------------------------------------- /arm/include/asm/socket.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/stat.h -------------------------------------------------------------------------------- /arm/include/asm/statfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/statfs.h -------------------------------------------------------------------------------- /arm/include/asm/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/swab.h -------------------------------------------------------------------------------- /arm/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/termios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm/include/asm/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/types.h -------------------------------------------------------------------------------- /arm/include/asm/unistd-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/unistd-common.h -------------------------------------------------------------------------------- /arm/include/asm/unistd-eabi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/unistd-eabi.h -------------------------------------------------------------------------------- /arm/include/asm/unistd-oabi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/unistd-oabi.h -------------------------------------------------------------------------------- /arm/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm/include/asm/unistd.h -------------------------------------------------------------------------------- /arm/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /arm/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /arm/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /arm/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /arm/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /arm/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /arm/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /arm/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /arm64/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /arm64/include/asm/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/auxvec.h -------------------------------------------------------------------------------- /arm64/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/bitsperlong.h -------------------------------------------------------------------------------- /arm64/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/byteorder.h -------------------------------------------------------------------------------- /arm64/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/fcntl.h -------------------------------------------------------------------------------- /arm64/include/asm/hwcap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/hwcap.h -------------------------------------------------------------------------------- /arm64/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/ioctls.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/kvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/kvm.h -------------------------------------------------------------------------------- /arm64/include/asm/kvm_para.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/mman.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/msgbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/param.h -------------------------------------------------------------------------------- /arm64/include/asm/perf_regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/perf_regs.h -------------------------------------------------------------------------------- /arm64/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/posix_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/posix_types.h -------------------------------------------------------------------------------- /arm64/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/ptrace.h -------------------------------------------------------------------------------- /arm64/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/sembuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/setup.h -------------------------------------------------------------------------------- /arm64/include/asm/shmbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/sigcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/sigcontext.h -------------------------------------------------------------------------------- /arm64/include/asm/siginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/siginfo.h -------------------------------------------------------------------------------- /arm64/include/asm/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/signal.h -------------------------------------------------------------------------------- /arm64/include/asm/socket.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/stat.h -------------------------------------------------------------------------------- /arm64/include/asm/statfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/statfs.h -------------------------------------------------------------------------------- /arm64/include/asm/swab.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/termios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /arm64/include/asm/ucontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/ucontext.h -------------------------------------------------------------------------------- /arm64/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/arm64/include/asm/unistd.h -------------------------------------------------------------------------------- /arm64/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /arm64/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /arm64/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /arm64/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /arm64/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /arm64/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /arm64/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /arm64/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /create-dist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/create-dist.sh -------------------------------------------------------------------------------- /generic/include/drm/drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/drm.h -------------------------------------------------------------------------------- /generic/include/drm/drm_mode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/drm_mode.h -------------------------------------------------------------------------------- /generic/include/drm/drm_sarea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/drm_sarea.h -------------------------------------------------------------------------------- /generic/include/drm/i810_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/i810_drm.h -------------------------------------------------------------------------------- /generic/include/drm/i915_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/i915_drm.h -------------------------------------------------------------------------------- /generic/include/drm/mga_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/mga_drm.h -------------------------------------------------------------------------------- /generic/include/drm/msm_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/msm_drm.h -------------------------------------------------------------------------------- /generic/include/drm/omap_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/omap_drm.h -------------------------------------------------------------------------------- /generic/include/drm/qxl_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/qxl_drm.h -------------------------------------------------------------------------------- /generic/include/drm/r128_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/r128_drm.h -------------------------------------------------------------------------------- /generic/include/drm/sis_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/sis_drm.h -------------------------------------------------------------------------------- /generic/include/drm/tegra_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/tegra_drm.h -------------------------------------------------------------------------------- /generic/include/drm/v3d_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/v3d_drm.h -------------------------------------------------------------------------------- /generic/include/drm/vc4_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/vc4_drm.h -------------------------------------------------------------------------------- /generic/include/drm/vgem_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/vgem_drm.h -------------------------------------------------------------------------------- /generic/include/drm/via_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/drm/via_drm.h -------------------------------------------------------------------------------- /generic/include/linux/a.out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/a.out.h -------------------------------------------------------------------------------- /generic/include/linux/acct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/acct.h -------------------------------------------------------------------------------- /generic/include/linux/adb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/adb.h -------------------------------------------------------------------------------- /generic/include/linux/adfs_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/adfs_fs.h -------------------------------------------------------------------------------- /generic/include/linux/agpgart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/agpgart.h -------------------------------------------------------------------------------- /generic/include/linux/aio_abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/aio_abi.h -------------------------------------------------------------------------------- /generic/include/linux/arcfb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/arcfb.h -------------------------------------------------------------------------------- /generic/include/linux/atalk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atalk.h -------------------------------------------------------------------------------- /generic/include/linux/atm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atm.h -------------------------------------------------------------------------------- /generic/include/linux/atm_eni.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atm_eni.h -------------------------------------------------------------------------------- /generic/include/linux/atm_he.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atm_he.h -------------------------------------------------------------------------------- /generic/include/linux/atm_tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atm_tcp.h -------------------------------------------------------------------------------- /generic/include/linux/atmapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmapi.h -------------------------------------------------------------------------------- /generic/include/linux/atmarp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmarp.h -------------------------------------------------------------------------------- /generic/include/linux/atmclip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmclip.h -------------------------------------------------------------------------------- /generic/include/linux/atmdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmdev.h -------------------------------------------------------------------------------- /generic/include/linux/atmioc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmioc.h -------------------------------------------------------------------------------- /generic/include/linux/atmlec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmlec.h -------------------------------------------------------------------------------- /generic/include/linux/atmmpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmmpc.h -------------------------------------------------------------------------------- /generic/include/linux/atmppp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmppp.h -------------------------------------------------------------------------------- /generic/include/linux/atmsap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmsap.h -------------------------------------------------------------------------------- /generic/include/linux/atmsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/atmsvc.h -------------------------------------------------------------------------------- /generic/include/linux/audit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/audit.h -------------------------------------------------------------------------------- /generic/include/linux/auto_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/auto_fs.h -------------------------------------------------------------------------------- /generic/include/linux/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/auxvec.h -------------------------------------------------------------------------------- /generic/include/linux/ax25.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ax25.h -------------------------------------------------------------------------------- /generic/include/linux/b1lli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/b1lli.h -------------------------------------------------------------------------------- /generic/include/linux/baycom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/baycom.h -------------------------------------------------------------------------------- /generic/include/linux/bcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/bcache.h -------------------------------------------------------------------------------- /generic/include/linux/bfs_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/bfs_fs.h -------------------------------------------------------------------------------- /generic/include/linux/binfmts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/binfmts.h -------------------------------------------------------------------------------- /generic/include/linux/blkpg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/blkpg.h -------------------------------------------------------------------------------- /generic/include/linux/bpf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/bpf.h -------------------------------------------------------------------------------- /generic/include/linux/bsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/bsg.h -------------------------------------------------------------------------------- /generic/include/linux/bt-bmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/bt-bmc.h -------------------------------------------------------------------------------- /generic/include/linux/btf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/btf.h -------------------------------------------------------------------------------- /generic/include/linux/btrfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/btrfs.h -------------------------------------------------------------------------------- /generic/include/linux/can.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/can.h -------------------------------------------------------------------------------- /generic/include/linux/can/bcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/can/bcm.h -------------------------------------------------------------------------------- /generic/include/linux/can/gw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/can/gw.h -------------------------------------------------------------------------------- /generic/include/linux/can/raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/can/raw.h -------------------------------------------------------------------------------- /generic/include/linux/capi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/capi.h -------------------------------------------------------------------------------- /generic/include/linux/cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/cdrom.h -------------------------------------------------------------------------------- /generic/include/linux/cec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/cec.h -------------------------------------------------------------------------------- /generic/include/linux/chio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/chio.h -------------------------------------------------------------------------------- /generic/include/linux/cn_proc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/cn_proc.h -------------------------------------------------------------------------------- /generic/include/linux/coda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/coda.h -------------------------------------------------------------------------------- /generic/include/linux/coff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/coff.h -------------------------------------------------------------------------------- /generic/include/linux/const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/const.h -------------------------------------------------------------------------------- /generic/include/linux/cuda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/cuda.h -------------------------------------------------------------------------------- /generic/include/linux/dcbnl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dcbnl.h -------------------------------------------------------------------------------- /generic/include/linux/dccp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dccp.h -------------------------------------------------------------------------------- /generic/include/linux/devlink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/devlink.h -------------------------------------------------------------------------------- /generic/include/linux/dlm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dlm.h -------------------------------------------------------------------------------- /generic/include/linux/dma-buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dma-buf.h -------------------------------------------------------------------------------- /generic/include/linux/dn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dn.h -------------------------------------------------------------------------------- /generic/include/linux/dvb/ca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dvb/ca.h -------------------------------------------------------------------------------- /generic/include/linux/dvb/dmx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dvb/dmx.h -------------------------------------------------------------------------------- /generic/include/linux/dvb/net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dvb/net.h -------------------------------------------------------------------------------- /generic/include/linux/dvb/osd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/dvb/osd.h -------------------------------------------------------------------------------- /generic/include/linux/edd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/edd.h -------------------------------------------------------------------------------- /generic/include/linux/elf-em.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/elf-em.h -------------------------------------------------------------------------------- /generic/include/linux/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/elf.h -------------------------------------------------------------------------------- /generic/include/linux/elfcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/elfcore.h -------------------------------------------------------------------------------- /generic/include/linux/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /generic/include/linux/erspan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/erspan.h -------------------------------------------------------------------------------- /generic/include/linux/ethtool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ethtool.h -------------------------------------------------------------------------------- /generic/include/linux/fadvise.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fadvise.h -------------------------------------------------------------------------------- /generic/include/linux/falloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/falloc.h -------------------------------------------------------------------------------- /generic/include/linux/fb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fb.h -------------------------------------------------------------------------------- /generic/include/linux/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fcntl.h -------------------------------------------------------------------------------- /generic/include/linux/fd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fd.h -------------------------------------------------------------------------------- /generic/include/linux/fdreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fdreg.h -------------------------------------------------------------------------------- /generic/include/linux/fiemap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fiemap.h -------------------------------------------------------------------------------- /generic/include/linux/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/filter.h -------------------------------------------------------------------------------- /generic/include/linux/flat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/flat.h -------------------------------------------------------------------------------- /generic/include/linux/fou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fou.h -------------------------------------------------------------------------------- /generic/include/linux/fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fs.h -------------------------------------------------------------------------------- /generic/include/linux/fsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fsi.h -------------------------------------------------------------------------------- /generic/include/linux/fsmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fsmap.h -------------------------------------------------------------------------------- /generic/include/linux/fuse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/fuse.h -------------------------------------------------------------------------------- /generic/include/linux/futex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/futex.h -------------------------------------------------------------------------------- /generic/include/linux/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/gpio.h -------------------------------------------------------------------------------- /generic/include/linux/gsmmux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/gsmmux.h -------------------------------------------------------------------------------- /generic/include/linux/gtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/gtp.h -------------------------------------------------------------------------------- /generic/include/linux/hdlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/hdlc.h -------------------------------------------------------------------------------- /generic/include/linux/hdlcdrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/hdlcdrv.h -------------------------------------------------------------------------------- /generic/include/linux/hdreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/hdreg.h -------------------------------------------------------------------------------- /generic/include/linux/hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/hid.h -------------------------------------------------------------------------------- /generic/include/linux/hiddev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/hiddev.h -------------------------------------------------------------------------------- /generic/include/linux/hidraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/hidraw.h -------------------------------------------------------------------------------- /generic/include/linux/hpet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/hpet.h -------------------------------------------------------------------------------- /generic/include/linux/hyperv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/hyperv.h -------------------------------------------------------------------------------- /generic/include/linux/i2c-dev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/i2c-dev.h -------------------------------------------------------------------------------- /generic/include/linux/i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/i2c.h -------------------------------------------------------------------------------- /generic/include/linux/i2o-dev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/i2o-dev.h -------------------------------------------------------------------------------- /generic/include/linux/i8k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/i8k.h -------------------------------------------------------------------------------- /generic/include/linux/icmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/icmp.h -------------------------------------------------------------------------------- /generic/include/linux/icmpv6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/icmpv6.h -------------------------------------------------------------------------------- /generic/include/linux/if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if.h -------------------------------------------------------------------------------- /generic/include/linux/if_addr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_addr.h -------------------------------------------------------------------------------- /generic/include/linux/if_alg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_alg.h -------------------------------------------------------------------------------- /generic/include/linux/if_arp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_arp.h -------------------------------------------------------------------------------- /generic/include/linux/if_eql.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_eql.h -------------------------------------------------------------------------------- /generic/include/linux/if_fc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_fc.h -------------------------------------------------------------------------------- /generic/include/linux/if_fddi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_fddi.h -------------------------------------------------------------------------------- /generic/include/linux/if_frad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_frad.h -------------------------------------------------------------------------------- /generic/include/linux/if_link.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_link.h -------------------------------------------------------------------------------- /generic/include/linux/if_plip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_plip.h -------------------------------------------------------------------------------- /generic/include/linux/if_ppp.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /generic/include/linux/if_slip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_slip.h -------------------------------------------------------------------------------- /generic/include/linux/if_team.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_team.h -------------------------------------------------------------------------------- /generic/include/linux/if_tun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_tun.h -------------------------------------------------------------------------------- /generic/include/linux/if_vlan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_vlan.h -------------------------------------------------------------------------------- /generic/include/linux/if_x25.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_x25.h -------------------------------------------------------------------------------- /generic/include/linux/if_xdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/if_xdp.h -------------------------------------------------------------------------------- /generic/include/linux/ife.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ife.h -------------------------------------------------------------------------------- /generic/include/linux/igmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/igmp.h -------------------------------------------------------------------------------- /generic/include/linux/ila.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ila.h -------------------------------------------------------------------------------- /generic/include/linux/in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/in.h -------------------------------------------------------------------------------- /generic/include/linux/in6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/in6.h -------------------------------------------------------------------------------- /generic/include/linux/inotify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/inotify.h -------------------------------------------------------------------------------- /generic/include/linux/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/input.h -------------------------------------------------------------------------------- /generic/include/linux/ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ioctl.h -------------------------------------------------------------------------------- /generic/include/linux/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ip.h -------------------------------------------------------------------------------- /generic/include/linux/ip_vs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ip_vs.h -------------------------------------------------------------------------------- /generic/include/linux/ipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ipc.h -------------------------------------------------------------------------------- /generic/include/linux/ipmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ipmi.h -------------------------------------------------------------------------------- /generic/include/linux/ipsec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ipsec.h -------------------------------------------------------------------------------- /generic/include/linux/ipv6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ipv6.h -------------------------------------------------------------------------------- /generic/include/linux/ipx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ipx.h -------------------------------------------------------------------------------- /generic/include/linux/irqnr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/irqnr.h -------------------------------------------------------------------------------- /generic/include/linux/isdn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/isdn.h -------------------------------------------------------------------------------- /generic/include/linux/isdnif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/isdnif.h -------------------------------------------------------------------------------- /generic/include/linux/iso_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/iso_fs.h -------------------------------------------------------------------------------- /generic/include/linux/ivtv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ivtv.h -------------------------------------------------------------------------------- /generic/include/linux/ivtvfb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ivtvfb.h -------------------------------------------------------------------------------- /generic/include/linux/jffs2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/jffs2.h -------------------------------------------------------------------------------- /generic/include/linux/kcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/kcm.h -------------------------------------------------------------------------------- /generic/include/linux/kcmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/kcmp.h -------------------------------------------------------------------------------- /generic/include/linux/kcov.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/kcov.h -------------------------------------------------------------------------------- /generic/include/linux/kd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/kd.h -------------------------------------------------------------------------------- /generic/include/linux/kdev_t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/kdev_t.h -------------------------------------------------------------------------------- /generic/include/linux/kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/kernel.h -------------------------------------------------------------------------------- /generic/include/linux/kexec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/kexec.h -------------------------------------------------------------------------------- /generic/include/linux/keyctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/keyctl.h -------------------------------------------------------------------------------- /generic/include/linux/kvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/kvm.h -------------------------------------------------------------------------------- /generic/include/linux/l2tp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/l2tp.h -------------------------------------------------------------------------------- /generic/include/linux/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/limits.h -------------------------------------------------------------------------------- /generic/include/linux/lirc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/lirc.h -------------------------------------------------------------------------------- /generic/include/linux/llc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/llc.h -------------------------------------------------------------------------------- /generic/include/linux/loop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/loop.h -------------------------------------------------------------------------------- /generic/include/linux/lp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/lp.h -------------------------------------------------------------------------------- /generic/include/linux/magic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/magic.h -------------------------------------------------------------------------------- /generic/include/linux/major.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/major.h -------------------------------------------------------------------------------- /generic/include/linux/max2175.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/max2175.h -------------------------------------------------------------------------------- /generic/include/linux/mdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mdio.h -------------------------------------------------------------------------------- /generic/include/linux/media.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/media.h -------------------------------------------------------------------------------- /generic/include/linux/mei.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mei.h -------------------------------------------------------------------------------- /generic/include/linux/memfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/memfd.h -------------------------------------------------------------------------------- /generic/include/linux/meye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/meye.h -------------------------------------------------------------------------------- /generic/include/linux/mii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mii.h -------------------------------------------------------------------------------- /generic/include/linux/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mman.h -------------------------------------------------------------------------------- /generic/include/linux/mmtimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mmtimer.h -------------------------------------------------------------------------------- /generic/include/linux/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/module.h -------------------------------------------------------------------------------- /generic/include/linux/mpls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mpls.h -------------------------------------------------------------------------------- /generic/include/linux/mqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mqueue.h -------------------------------------------------------------------------------- /generic/include/linux/mroute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mroute.h -------------------------------------------------------------------------------- /generic/include/linux/mroute6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mroute6.h -------------------------------------------------------------------------------- /generic/include/linux/msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/msg.h -------------------------------------------------------------------------------- /generic/include/linux/mtio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/mtio.h -------------------------------------------------------------------------------- /generic/include/linux/n_r3964.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/n_r3964.h -------------------------------------------------------------------------------- /generic/include/linux/nbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nbd.h -------------------------------------------------------------------------------- /generic/include/linux/ncsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ncsi.h -------------------------------------------------------------------------------- /generic/include/linux/ndctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ndctl.h -------------------------------------------------------------------------------- /generic/include/linux/net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/net.h -------------------------------------------------------------------------------- /generic/include/linux/netconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/netconf.h -------------------------------------------------------------------------------- /generic/include/linux/netlink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/netlink.h -------------------------------------------------------------------------------- /generic/include/linux/netrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/netrom.h -------------------------------------------------------------------------------- /generic/include/linux/nfc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nfc.h -------------------------------------------------------------------------------- /generic/include/linux/nfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nfs.h -------------------------------------------------------------------------------- /generic/include/linux/nfs2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nfs2.h -------------------------------------------------------------------------------- /generic/include/linux/nfs3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nfs3.h -------------------------------------------------------------------------------- /generic/include/linux/nfs4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nfs4.h -------------------------------------------------------------------------------- /generic/include/linux/nfs_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nfs_fs.h -------------------------------------------------------------------------------- /generic/include/linux/nfsacl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nfsacl.h -------------------------------------------------------------------------------- /generic/include/linux/nl80211.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nl80211.h -------------------------------------------------------------------------------- /generic/include/linux/nsfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nsfs.h -------------------------------------------------------------------------------- /generic/include/linux/nubus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nubus.h -------------------------------------------------------------------------------- /generic/include/linux/nvram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/nvram.h -------------------------------------------------------------------------------- /generic/include/linux/omapfb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/omapfb.h -------------------------------------------------------------------------------- /generic/include/linux/oom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/oom.h -------------------------------------------------------------------------------- /generic/include/linux/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/param.h -------------------------------------------------------------------------------- /generic/include/linux/parport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/parport.h -------------------------------------------------------------------------------- /generic/include/linux/pci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pci.h -------------------------------------------------------------------------------- /generic/include/linux/pcitest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pcitest.h -------------------------------------------------------------------------------- /generic/include/linux/pfkeyv2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pfkeyv2.h -------------------------------------------------------------------------------- /generic/include/linux/pg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pg.h -------------------------------------------------------------------------------- /generic/include/linux/phantom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/phantom.h -------------------------------------------------------------------------------- /generic/include/linux/phonet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/phonet.h -------------------------------------------------------------------------------- /generic/include/linux/pkt_cls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pkt_cls.h -------------------------------------------------------------------------------- /generic/include/linux/pktcdvd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pktcdvd.h -------------------------------------------------------------------------------- /generic/include/linux/pmu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pmu.h -------------------------------------------------------------------------------- /generic/include/linux/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /generic/include/linux/ppdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ppdev.h -------------------------------------------------------------------------------- /generic/include/linux/pps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pps.h -------------------------------------------------------------------------------- /generic/include/linux/pr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/pr.h -------------------------------------------------------------------------------- /generic/include/linux/prctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/prctl.h -------------------------------------------------------------------------------- /generic/include/linux/psample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/psample.h -------------------------------------------------------------------------------- /generic/include/linux/psci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/psci.h -------------------------------------------------------------------------------- /generic/include/linux/psp-sev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/psp-sev.h -------------------------------------------------------------------------------- /generic/include/linux/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/ptrace.h -------------------------------------------------------------------------------- /generic/include/linux/qnx4_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/qnx4_fs.h -------------------------------------------------------------------------------- /generic/include/linux/qrtr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/qrtr.h -------------------------------------------------------------------------------- /generic/include/linux/quota.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/quota.h -------------------------------------------------------------------------------- /generic/include/linux/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/random.h -------------------------------------------------------------------------------- /generic/include/linux/raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/raw.h -------------------------------------------------------------------------------- /generic/include/linux/rds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/rds.h -------------------------------------------------------------------------------- /generic/include/linux/reboot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/reboot.h -------------------------------------------------------------------------------- /generic/include/linux/rfkill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/rfkill.h -------------------------------------------------------------------------------- /generic/include/linux/rose.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/rose.h -------------------------------------------------------------------------------- /generic/include/linux/route.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/route.h -------------------------------------------------------------------------------- /generic/include/linux/rpmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/rpmsg.h -------------------------------------------------------------------------------- /generic/include/linux/rseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/rseq.h -------------------------------------------------------------------------------- /generic/include/linux/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/rtc.h -------------------------------------------------------------------------------- /generic/include/linux/rxrpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/rxrpc.h -------------------------------------------------------------------------------- /generic/include/linux/scc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/scc.h -------------------------------------------------------------------------------- /generic/include/linux/sched.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sched.h -------------------------------------------------------------------------------- /generic/include/linux/sctp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sctp.h -------------------------------------------------------------------------------- /generic/include/linux/sdla.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sdla.h -------------------------------------------------------------------------------- /generic/include/linux/seccomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/seccomp.h -------------------------------------------------------------------------------- /generic/include/linux/seg6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/seg6.h -------------------------------------------------------------------------------- /generic/include/linux/sem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sem.h -------------------------------------------------------------------------------- /generic/include/linux/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/serial.h -------------------------------------------------------------------------------- /generic/include/linux/serio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/serio.h -------------------------------------------------------------------------------- /generic/include/linux/shm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/shm.h -------------------------------------------------------------------------------- /generic/include/linux/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/signal.h -------------------------------------------------------------------------------- /generic/include/linux/smc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/smc.h -------------------------------------------------------------------------------- /generic/include/linux/smiapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/smiapp.h -------------------------------------------------------------------------------- /generic/include/linux/snmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/snmp.h -------------------------------------------------------------------------------- /generic/include/linux/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/socket.h -------------------------------------------------------------------------------- /generic/include/linux/sockios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sockios.h -------------------------------------------------------------------------------- /generic/include/linux/sonet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sonet.h -------------------------------------------------------------------------------- /generic/include/linux/sonypi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sonypi.h -------------------------------------------------------------------------------- /generic/include/linux/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sound.h -------------------------------------------------------------------------------- /generic/include/linux/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/stat.h -------------------------------------------------------------------------------- /generic/include/linux/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/stddef.h -------------------------------------------------------------------------------- /generic/include/linux/stm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/stm.h -------------------------------------------------------------------------------- /generic/include/linux/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/string.h -------------------------------------------------------------------------------- /generic/include/linux/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/swab.h -------------------------------------------------------------------------------- /generic/include/linux/sysctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sysctl.h -------------------------------------------------------------------------------- /generic/include/linux/sysinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/sysinfo.h -------------------------------------------------------------------------------- /generic/include/linux/tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/tcp.h -------------------------------------------------------------------------------- /generic/include/linux/tee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/tee.h -------------------------------------------------------------------------------- /generic/include/linux/termios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/termios.h -------------------------------------------------------------------------------- /generic/include/linux/thermal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/thermal.h -------------------------------------------------------------------------------- /generic/include/linux/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/time.h -------------------------------------------------------------------------------- /generic/include/linux/timerfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/timerfd.h -------------------------------------------------------------------------------- /generic/include/linux/times.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/times.h -------------------------------------------------------------------------------- /generic/include/linux/timex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/timex.h -------------------------------------------------------------------------------- /generic/include/linux/tiocl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/tiocl.h -------------------------------------------------------------------------------- /generic/include/linux/tipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/tipc.h -------------------------------------------------------------------------------- /generic/include/linux/tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/tls.h -------------------------------------------------------------------------------- /generic/include/linux/toshiba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/toshiba.h -------------------------------------------------------------------------------- /generic/include/linux/tty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/tty.h -------------------------------------------------------------------------------- /generic/include/linux/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/types.h -------------------------------------------------------------------------------- /generic/include/linux/udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/udp.h -------------------------------------------------------------------------------- /generic/include/linux/uhid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/uhid.h -------------------------------------------------------------------------------- /generic/include/linux/uinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/uinput.h -------------------------------------------------------------------------------- /generic/include/linux/uio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/uio.h -------------------------------------------------------------------------------- /generic/include/linux/uleds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/uleds.h -------------------------------------------------------------------------------- /generic/include/linux/un.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/un.h -------------------------------------------------------------------------------- /generic/include/linux/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/unistd.h -------------------------------------------------------------------------------- /generic/include/linux/usb/cdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/usb/cdc.h -------------------------------------------------------------------------------- /generic/include/linux/usb/ch9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/usb/ch9.h -------------------------------------------------------------------------------- /generic/include/linux/usb/tmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/usb/tmc.h -------------------------------------------------------------------------------- /generic/include/linux/usbip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/usbip.h -------------------------------------------------------------------------------- /generic/include/linux/userio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/userio.h -------------------------------------------------------------------------------- /generic/include/linux/utime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/utime.h -------------------------------------------------------------------------------- /generic/include/linux/utsname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/utsname.h -------------------------------------------------------------------------------- /generic/include/linux/uuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/uuid.h -------------------------------------------------------------------------------- /generic/include/linux/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/version.h -------------------------------------------------------------------------------- /generic/include/linux/veth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/veth.h -------------------------------------------------------------------------------- /generic/include/linux/vfio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/vfio.h -------------------------------------------------------------------------------- /generic/include/linux/vhost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/vhost.h -------------------------------------------------------------------------------- /generic/include/linux/vmcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/vmcore.h -------------------------------------------------------------------------------- /generic/include/linux/vt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/vt.h -------------------------------------------------------------------------------- /generic/include/linux/wait.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/wait.h -------------------------------------------------------------------------------- /generic/include/linux/wimax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/wimax.h -------------------------------------------------------------------------------- /generic/include/linux/wmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/wmi.h -------------------------------------------------------------------------------- /generic/include/linux/x25.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/x25.h -------------------------------------------------------------------------------- /generic/include/linux/xattr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/xattr.h -------------------------------------------------------------------------------- /generic/include/linux/xfrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/xfrm.h -------------------------------------------------------------------------------- /generic/include/linux/zorro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/linux/zorro.h -------------------------------------------------------------------------------- /generic/include/mtd/mtd-abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/mtd/mtd-abi.h -------------------------------------------------------------------------------- /generic/include/mtd/mtd-user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/mtd/mtd-user.h -------------------------------------------------------------------------------- /generic/include/mtd/nftl-user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/mtd/nftl-user.h -------------------------------------------------------------------------------- /generic/include/mtd/ubi-user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/mtd/ubi-user.h -------------------------------------------------------------------------------- /generic/include/rdma/hns-abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/rdma/hns-abi.h -------------------------------------------------------------------------------- /generic/include/rdma/mlx4-abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/rdma/mlx4-abi.h -------------------------------------------------------------------------------- /generic/include/rdma/mlx5-abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/rdma/mlx5-abi.h -------------------------------------------------------------------------------- /generic/include/rdma/nes-abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/rdma/nes-abi.h -------------------------------------------------------------------------------- /generic/include/rdma/qedr-abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/rdma/qedr-abi.h -------------------------------------------------------------------------------- /generic/include/scsi/fc/fc_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/scsi/fc/fc_fs.h -------------------------------------------------------------------------------- /generic/include/scsi/fc/fc_gs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/scsi/fc/fc_gs.h -------------------------------------------------------------------------------- /generic/include/scsi/fc/fc_ns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/scsi/fc/fc_ns.h -------------------------------------------------------------------------------- /generic/include/sound/asoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/sound/asoc.h -------------------------------------------------------------------------------- /generic/include/sound/asound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/sound/asound.h -------------------------------------------------------------------------------- /generic/include/sound/emu10k1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/sound/emu10k1.h -------------------------------------------------------------------------------- /generic/include/sound/hdsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/sound/hdsp.h -------------------------------------------------------------------------------- /generic/include/sound/hdspm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/sound/hdspm.h -------------------------------------------------------------------------------- /generic/include/sound/tlv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/sound/tlv.h -------------------------------------------------------------------------------- /generic/include/video/edid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/video/edid.h -------------------------------------------------------------------------------- /generic/include/video/sisfb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/video/sisfb.h -------------------------------------------------------------------------------- /generic/include/video/uvesafb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/video/uvesafb.h -------------------------------------------------------------------------------- /generic/include/xen/evtchn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/xen/evtchn.h -------------------------------------------------------------------------------- /generic/include/xen/gntalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/xen/gntalloc.h -------------------------------------------------------------------------------- /generic/include/xen/gntdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/xen/gntdev.h -------------------------------------------------------------------------------- /generic/include/xen/privcmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/generic/include/xen/privcmd.h -------------------------------------------------------------------------------- /i386: -------------------------------------------------------------------------------- 1 | x86 -------------------------------------------------------------------------------- /m68k/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /m68k/include/asm/a.out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/a.out.h -------------------------------------------------------------------------------- /m68k/include/asm/auxvec.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/bootinfo-mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/bootinfo-mac.h -------------------------------------------------------------------------------- /m68k/include/asm/bootinfo-q40.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/bootinfo-q40.h -------------------------------------------------------------------------------- /m68k/include/asm/bootinfo-vme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/bootinfo-vme.h -------------------------------------------------------------------------------- /m68k/include/asm/bootinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/bootinfo.h -------------------------------------------------------------------------------- /m68k/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/byteorder.h -------------------------------------------------------------------------------- /m68k/include/asm/cachectl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/cachectl.h -------------------------------------------------------------------------------- /m68k/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/fcntl.h -------------------------------------------------------------------------------- /m68k/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/ioctls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/ioctls.h -------------------------------------------------------------------------------- /m68k/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/kvm_para.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/mman.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/msgbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/param.h -------------------------------------------------------------------------------- /m68k/include/asm/poll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/poll.h -------------------------------------------------------------------------------- /m68k/include/asm/posix_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/posix_types.h -------------------------------------------------------------------------------- /m68k/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/ptrace.h -------------------------------------------------------------------------------- /m68k/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/sembuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/setup.h -------------------------------------------------------------------------------- /m68k/include/asm/shmbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/shmparam.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/sigcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/sigcontext.h -------------------------------------------------------------------------------- /m68k/include/asm/siginfo.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/signal.h -------------------------------------------------------------------------------- /m68k/include/asm/socket.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/stat.h -------------------------------------------------------------------------------- /m68k/include/asm/statfs.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/swab.h -------------------------------------------------------------------------------- /m68k/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/termios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /m68k/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/m68k/include/asm/unistd.h -------------------------------------------------------------------------------- /m68k/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /m68k/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /m68k/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /m68k/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /m68k/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /m68k/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /m68k/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /m68k/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /microblaze/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /microblaze/include/asm/auxvec.h: -------------------------------------------------------------------------------- 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 | 3 | -------------------------------------------------------------------------------- /microblaze/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/microblaze/include/asm/elf.h -------------------------------------------------------------------------------- /microblaze/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/ioctls.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/kvm_para.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/mman.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/msgbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/param.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/microblaze/include/asm/ptrace.h -------------------------------------------------------------------------------- /microblaze/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/sembuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/microblaze/include/asm/setup.h -------------------------------------------------------------------------------- /microblaze/include/asm/shmbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/shmparam.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/siginfo.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/signal.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/socket.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/stat.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/statfs.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/swab.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/termios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/ucontext.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /microblaze/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/microblaze/include/asm/unistd.h -------------------------------------------------------------------------------- /microblaze/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /microblaze/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /microblaze/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /microblaze/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /microblaze/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /microblaze/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /microblaze/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /microblaze/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /mips/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /mips/include/asm/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/auxvec.h -------------------------------------------------------------------------------- /mips/include/asm/bitfield.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/bitfield.h -------------------------------------------------------------------------------- /mips/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/bitsperlong.h -------------------------------------------------------------------------------- /mips/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /mips/include/asm/break.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/break.h -------------------------------------------------------------------------------- /mips/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/byteorder.h -------------------------------------------------------------------------------- /mips/include/asm/cachectl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/cachectl.h -------------------------------------------------------------------------------- /mips/include/asm/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/errno.h -------------------------------------------------------------------------------- /mips/include/asm/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/fcntl.h -------------------------------------------------------------------------------- /mips/include/asm/hwcap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/hwcap.h -------------------------------------------------------------------------------- /mips/include/asm/inst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/inst.h -------------------------------------------------------------------------------- /mips/include/asm/ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/ioctl.h -------------------------------------------------------------------------------- /mips/include/asm/ioctls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/ioctls.h -------------------------------------------------------------------------------- /mips/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /mips/include/asm/kvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/kvm.h -------------------------------------------------------------------------------- /mips/include/asm/kvm_para.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/kvm_para.h -------------------------------------------------------------------------------- /mips/include/asm/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/mman.h -------------------------------------------------------------------------------- /mips/include/asm/msgbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/msgbuf.h -------------------------------------------------------------------------------- /mips/include/asm/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/param.h -------------------------------------------------------------------------------- /mips/include/asm/poll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/poll.h -------------------------------------------------------------------------------- /mips/include/asm/posix_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/posix_types.h -------------------------------------------------------------------------------- /mips/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/ptrace.h -------------------------------------------------------------------------------- /mips/include/asm/reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/reg.h -------------------------------------------------------------------------------- /mips/include/asm/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/resource.h -------------------------------------------------------------------------------- /mips/include/asm/sembuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/sembuf.h -------------------------------------------------------------------------------- /mips/include/asm/setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/setup.h -------------------------------------------------------------------------------- /mips/include/asm/sgidefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/sgidefs.h -------------------------------------------------------------------------------- /mips/include/asm/shmbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/shmbuf.h -------------------------------------------------------------------------------- /mips/include/asm/sigcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/sigcontext.h -------------------------------------------------------------------------------- /mips/include/asm/siginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/siginfo.h -------------------------------------------------------------------------------- /mips/include/asm/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/signal.h -------------------------------------------------------------------------------- /mips/include/asm/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/socket.h -------------------------------------------------------------------------------- /mips/include/asm/sockios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/sockios.h -------------------------------------------------------------------------------- /mips/include/asm/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/stat.h -------------------------------------------------------------------------------- /mips/include/asm/statfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/statfs.h -------------------------------------------------------------------------------- /mips/include/asm/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/swab.h -------------------------------------------------------------------------------- /mips/include/asm/sysmips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/sysmips.h -------------------------------------------------------------------------------- /mips/include/asm/termbits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/termbits.h -------------------------------------------------------------------------------- /mips/include/asm/termios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/termios.h -------------------------------------------------------------------------------- /mips/include/asm/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/types.h -------------------------------------------------------------------------------- /mips/include/asm/ucontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/ucontext.h -------------------------------------------------------------------------------- /mips/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/mips/include/asm/unistd.h -------------------------------------------------------------------------------- /mips/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /mips/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /mips/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /mips/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /mips/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /mips/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /mips/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /mips/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /openrisc/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /openrisc/include/asm/auxvec.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/byteorder.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/openrisc/include/asm/elf.h -------------------------------------------------------------------------------- /openrisc/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/ioctls.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/kvm_para.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/mman.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/msgbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/openrisc/include/asm/param.h -------------------------------------------------------------------------------- /openrisc/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/posix_types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/openrisc/include/asm/ptrace.h -------------------------------------------------------------------------------- /openrisc/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/sembuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/setup.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/shmbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/shmparam.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/siginfo.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/signal.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/socket.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/stat.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/statfs.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/swab.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/termios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/ucontext.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /openrisc/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/openrisc/include/asm/unistd.h -------------------------------------------------------------------------------- /openrisc/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /openrisc/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /openrisc/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /openrisc/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /openrisc/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /openrisc/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /openrisc/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /openrisc/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /or1k: -------------------------------------------------------------------------------- 1 | openrisc -------------------------------------------------------------------------------- /powerpc/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /powerpc/include/asm/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/auxvec.h -------------------------------------------------------------------------------- /powerpc/include/asm/bootx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/bootx.h -------------------------------------------------------------------------------- /powerpc/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /powerpc/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/byteorder.h -------------------------------------------------------------------------------- /powerpc/include/asm/cputable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/cputable.h -------------------------------------------------------------------------------- /powerpc/include/asm/eeh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/eeh.h -------------------------------------------------------------------------------- /powerpc/include/asm/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/elf.h -------------------------------------------------------------------------------- /powerpc/include/asm/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/errno.h -------------------------------------------------------------------------------- /powerpc/include/asm/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/fcntl.h -------------------------------------------------------------------------------- /powerpc/include/asm/ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/ioctl.h -------------------------------------------------------------------------------- /powerpc/include/asm/ioctls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/ioctls.h -------------------------------------------------------------------------------- /powerpc/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/ipcbuf.h -------------------------------------------------------------------------------- /powerpc/include/asm/kvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/kvm.h -------------------------------------------------------------------------------- /powerpc/include/asm/kvm_para.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/kvm_para.h -------------------------------------------------------------------------------- /powerpc/include/asm/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/mman.h -------------------------------------------------------------------------------- /powerpc/include/asm/msgbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/msgbuf.h -------------------------------------------------------------------------------- /powerpc/include/asm/nvram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/nvram.h -------------------------------------------------------------------------------- /powerpc/include/asm/opal-prd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/opal-prd.h -------------------------------------------------------------------------------- /powerpc/include/asm/param.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /powerpc/include/asm/perf_regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/perf_regs.h -------------------------------------------------------------------------------- /powerpc/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /powerpc/include/asm/ps3fb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/ps3fb.h -------------------------------------------------------------------------------- /powerpc/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/ptrace.h -------------------------------------------------------------------------------- /powerpc/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /powerpc/include/asm/sembuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/sembuf.h -------------------------------------------------------------------------------- /powerpc/include/asm/setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/setup.h -------------------------------------------------------------------------------- /powerpc/include/asm/shmbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/shmbuf.h -------------------------------------------------------------------------------- /powerpc/include/asm/siginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/siginfo.h -------------------------------------------------------------------------------- /powerpc/include/asm/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/signal.h -------------------------------------------------------------------------------- /powerpc/include/asm/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/socket.h -------------------------------------------------------------------------------- /powerpc/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /powerpc/include/asm/spu_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/spu_info.h -------------------------------------------------------------------------------- /powerpc/include/asm/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/stat.h -------------------------------------------------------------------------------- /powerpc/include/asm/statfs.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /powerpc/include/asm/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/swab.h -------------------------------------------------------------------------------- /powerpc/include/asm/termbits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/termbits.h -------------------------------------------------------------------------------- /powerpc/include/asm/termios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/termios.h -------------------------------------------------------------------------------- /powerpc/include/asm/tm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/tm.h -------------------------------------------------------------------------------- /powerpc/include/asm/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/types.h -------------------------------------------------------------------------------- /powerpc/include/asm/ucontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/ucontext.h -------------------------------------------------------------------------------- /powerpc/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/powerpc/include/asm/unistd.h -------------------------------------------------------------------------------- /powerpc/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /powerpc/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /powerpc/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /powerpc/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /powerpc/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /powerpc/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /powerpc/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /powerpc/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /ppc64le: -------------------------------------------------------------------------------- 1 | powerpc -------------------------------------------------------------------------------- /riscv/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /riscv/include/asm/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/auxvec.h -------------------------------------------------------------------------------- /riscv/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/bitsperlong.h -------------------------------------------------------------------------------- /riscv/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/byteorder.h -------------------------------------------------------------------------------- /riscv/include/asm/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/elf.h -------------------------------------------------------------------------------- /riscv/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/hwcap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/hwcap.h -------------------------------------------------------------------------------- /riscv/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/ioctls.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/mman.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/msgbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/param.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/posix_types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/ptrace.h -------------------------------------------------------------------------------- /riscv/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/sembuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/setup.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/shmbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/sigcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/sigcontext.h -------------------------------------------------------------------------------- /riscv/include/asm/siginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/siginfo.h -------------------------------------------------------------------------------- /riscv/include/asm/signal.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/socket.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/stat.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/statfs.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/swab.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/syscalls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/syscalls.h -------------------------------------------------------------------------------- /riscv/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/termios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/asm/ucontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/riscv/include/asm/ucontext.h -------------------------------------------------------------------------------- /riscv/include/asm/unistd.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /riscv/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /riscv/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /riscv/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /riscv/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /riscv/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /riscv/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /riscv/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /riscv/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /riscv32: -------------------------------------------------------------------------------- 1 | riscv -------------------------------------------------------------------------------- /riscv64: -------------------------------------------------------------------------------- 1 | riscv -------------------------------------------------------------------------------- /s390/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /s390/include/asm/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/auxvec.h -------------------------------------------------------------------------------- /s390/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/bitsperlong.h -------------------------------------------------------------------------------- /s390/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/byteorder.h -------------------------------------------------------------------------------- /s390/include/asm/chpid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/chpid.h -------------------------------------------------------------------------------- /s390/include/asm/chsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/chsc.h -------------------------------------------------------------------------------- /s390/include/asm/clp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/clp.h -------------------------------------------------------------------------------- /s390/include/asm/cmb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/cmb.h -------------------------------------------------------------------------------- /s390/include/asm/dasd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/dasd.h -------------------------------------------------------------------------------- /s390/include/asm/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/debug.h -------------------------------------------------------------------------------- /s390/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/hypfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/hypfs.h -------------------------------------------------------------------------------- /s390/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/ioctls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/ioctls.h -------------------------------------------------------------------------------- /s390/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/ipcbuf.h -------------------------------------------------------------------------------- /s390/include/asm/kvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/kvm.h -------------------------------------------------------------------------------- /s390/include/asm/kvm_para.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/kvm_para.h -------------------------------------------------------------------------------- /s390/include/asm/kvm_perf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/kvm_perf.h -------------------------------------------------------------------------------- /s390/include/asm/mman.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/monwriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/monwriter.h -------------------------------------------------------------------------------- /s390/include/asm/msgbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/param.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/perf_regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/perf_regs.h -------------------------------------------------------------------------------- /s390/include/asm/pkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/pkey.h -------------------------------------------------------------------------------- /s390/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/posix_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/posix_types.h -------------------------------------------------------------------------------- /s390/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/ptrace.h -------------------------------------------------------------------------------- /s390/include/asm/qeth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/qeth.h -------------------------------------------------------------------------------- /s390/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/schid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/schid.h -------------------------------------------------------------------------------- /s390/include/asm/sclp_ctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/sclp_ctl.h -------------------------------------------------------------------------------- /s390/include/asm/sembuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/setup.h -------------------------------------------------------------------------------- /s390/include/asm/shmbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/sie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/sie.h -------------------------------------------------------------------------------- /s390/include/asm/sigcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/sigcontext.h -------------------------------------------------------------------------------- /s390/include/asm/siginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/siginfo.h -------------------------------------------------------------------------------- /s390/include/asm/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/signal.h -------------------------------------------------------------------------------- /s390/include/asm/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/socket.h -------------------------------------------------------------------------------- /s390/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/stat.h -------------------------------------------------------------------------------- /s390/include/asm/statfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/statfs.h -------------------------------------------------------------------------------- /s390/include/asm/sthyi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/sthyi.h -------------------------------------------------------------------------------- /s390/include/asm/swab.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/tape390.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/tape390.h -------------------------------------------------------------------------------- /s390/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /s390/include/asm/termios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/termios.h -------------------------------------------------------------------------------- /s390/include/asm/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/types.h -------------------------------------------------------------------------------- /s390/include/asm/ucontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/ucontext.h -------------------------------------------------------------------------------- /s390/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/unistd.h -------------------------------------------------------------------------------- /s390/include/asm/unistd_32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/unistd_32.h -------------------------------------------------------------------------------- /s390/include/asm/unistd_64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/unistd_64.h -------------------------------------------------------------------------------- /s390/include/asm/virtio-ccw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/virtio-ccw.h -------------------------------------------------------------------------------- /s390/include/asm/vmcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/vmcp.h -------------------------------------------------------------------------------- /s390/include/asm/vtoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/vtoc.h -------------------------------------------------------------------------------- /s390/include/asm/zcrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/s390/include/asm/zcrypt.h -------------------------------------------------------------------------------- /s390/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /s390/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /s390/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /s390/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /s390/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /s390/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /s390/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /s390/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /sh/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /sh/include/asm/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/auxvec.h -------------------------------------------------------------------------------- /sh/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/byteorder.h -------------------------------------------------------------------------------- /sh/include/asm/cachectl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/cachectl.h -------------------------------------------------------------------------------- /sh/include/asm/cpu-features.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/cpu-features.h -------------------------------------------------------------------------------- /sh/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/hw_breakpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/hw_breakpoint.h -------------------------------------------------------------------------------- /sh/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/ioctls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/ioctls.h -------------------------------------------------------------------------------- /sh/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/kvm_para.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/mman.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/msgbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/param.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/posix_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/posix_types.h -------------------------------------------------------------------------------- /sh/include/asm/posix_types_32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/posix_types_32.h -------------------------------------------------------------------------------- /sh/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/ptrace.h -------------------------------------------------------------------------------- /sh/include/asm/ptrace_32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/ptrace_32.h -------------------------------------------------------------------------------- /sh/include/asm/ptrace_64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/ptrace_64.h -------------------------------------------------------------------------------- /sh/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/sembuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/setup.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/shmbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/sigcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/sigcontext.h -------------------------------------------------------------------------------- /sh/include/asm/siginfo.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/signal.h -------------------------------------------------------------------------------- /sh/include/asm/socket.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/sockios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/sockios.h -------------------------------------------------------------------------------- /sh/include/asm/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/stat.h -------------------------------------------------------------------------------- /sh/include/asm/statfs.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/swab.h -------------------------------------------------------------------------------- /sh/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/termios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/ucontext.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sh/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/unistd.h -------------------------------------------------------------------------------- /sh/include/asm/unistd_32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/unistd_32.h -------------------------------------------------------------------------------- /sh/include/asm/unistd_64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/sh/include/asm/unistd_64.h -------------------------------------------------------------------------------- /sh/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /sh/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /sh/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /sh/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /sh/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /sh/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /sh/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /sh/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test.sh -------------------------------------------------------------------------------- /test/allheaders.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/allheaders.c -------------------------------------------------------------------------------- /test/em_arm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/em_arm.c -------------------------------------------------------------------------------- /test/ethhdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/ethhdr.c -------------------------------------------------------------------------------- /test/if.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/if.c -------------------------------------------------------------------------------- /test/if_bridge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/if_bridge.c -------------------------------------------------------------------------------- /test/if_ether.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/if_ether.c -------------------------------------------------------------------------------- /test/in6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/in6.c -------------------------------------------------------------------------------- /test/input_namespace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/input_namespace.c -------------------------------------------------------------------------------- /test/kernel_sysinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/kernel_sysinfo.c -------------------------------------------------------------------------------- /test/module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/module.c -------------------------------------------------------------------------------- /test/ptrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/ptrace.c -------------------------------------------------------------------------------- /test/stat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/stat.c -------------------------------------------------------------------------------- /test/tcphdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/tcphdr.c -------------------------------------------------------------------------------- /test/timespec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/test/timespec.c -------------------------------------------------------------------------------- /tools/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/tools/install.sh -------------------------------------------------------------------------------- /x32: -------------------------------------------------------------------------------- 1 | x86 -------------------------------------------------------------------------------- /x86/include/asm-generic: -------------------------------------------------------------------------------- 1 | ../../generic/include/asm-generic -------------------------------------------------------------------------------- /x86/include/asm/a.out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/a.out.h -------------------------------------------------------------------------------- /x86/include/asm/auxvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/auxvec.h -------------------------------------------------------------------------------- /x86/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/bitsperlong.h -------------------------------------------------------------------------------- /x86/include/asm/boot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/boot.h -------------------------------------------------------------------------------- /x86/include/asm/bootparam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/bootparam.h -------------------------------------------------------------------------------- /x86/include/asm/bpf_perf_event.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/byteorder.h -------------------------------------------------------------------------------- /x86/include/asm/debugreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/debugreg.h -------------------------------------------------------------------------------- /x86/include/asm/e820.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/e820.h -------------------------------------------------------------------------------- /x86/include/asm/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/hwcap2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/hwcap2.h -------------------------------------------------------------------------------- /x86/include/asm/ioctl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/ioctls.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/ipcbuf.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/ist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/ist.h -------------------------------------------------------------------------------- /x86/include/asm/kvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/kvm.h -------------------------------------------------------------------------------- /x86/include/asm/kvm_para.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/kvm_para.h -------------------------------------------------------------------------------- /x86/include/asm/kvm_perf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/kvm_perf.h -------------------------------------------------------------------------------- /x86/include/asm/ldt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/ldt.h -------------------------------------------------------------------------------- /x86/include/asm/mce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/mce.h -------------------------------------------------------------------------------- /x86/include/asm/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/mman.h -------------------------------------------------------------------------------- /x86/include/asm/msgbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/msgbuf.h -------------------------------------------------------------------------------- /x86/include/asm/msr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/msr.h -------------------------------------------------------------------------------- /x86/include/asm/mtrr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/mtrr.h -------------------------------------------------------------------------------- /x86/include/asm/param.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/perf_regs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/perf_regs.h -------------------------------------------------------------------------------- /x86/include/asm/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/posix_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/posix_types.h -------------------------------------------------------------------------------- /x86/include/asm/prctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/prctl.h -------------------------------------------------------------------------------- /x86/include/asm/ptrace-abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/ptrace-abi.h -------------------------------------------------------------------------------- /x86/include/asm/ptrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/ptrace.h -------------------------------------------------------------------------------- /x86/include/asm/resource.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/sembuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/sembuf.h -------------------------------------------------------------------------------- /x86/include/asm/setup.h: -------------------------------------------------------------------------------- 1 | /* */ 2 | -------------------------------------------------------------------------------- /x86/include/asm/shmbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/shmbuf.h -------------------------------------------------------------------------------- /x86/include/asm/sigcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/sigcontext.h -------------------------------------------------------------------------------- /x86/include/asm/siginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/siginfo.h -------------------------------------------------------------------------------- /x86/include/asm/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/signal.h -------------------------------------------------------------------------------- /x86/include/asm/socket.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/sockios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/stat.h -------------------------------------------------------------------------------- /x86/include/asm/statfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/statfs.h -------------------------------------------------------------------------------- /x86/include/asm/svm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/svm.h -------------------------------------------------------------------------------- /x86/include/asm/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/swab.h -------------------------------------------------------------------------------- /x86/include/asm/termbits.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/termios.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /x86/include/asm/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/types.h -------------------------------------------------------------------------------- /x86/include/asm/ucontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/ucontext.h -------------------------------------------------------------------------------- /x86/include/asm/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/unistd.h -------------------------------------------------------------------------------- /x86/include/asm/unistd_32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/unistd_32.h -------------------------------------------------------------------------------- /x86/include/asm/unistd_64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/unistd_64.h -------------------------------------------------------------------------------- /x86/include/asm/unistd_x32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/unistd_x32.h -------------------------------------------------------------------------------- /x86/include/asm/vm86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/vm86.h -------------------------------------------------------------------------------- /x86/include/asm/vmx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/vmx.h -------------------------------------------------------------------------------- /x86/include/asm/vsyscall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sabotage-linux/kernel-headers/HEAD/x86/include/asm/vsyscall.h -------------------------------------------------------------------------------- /x86/include/drm: -------------------------------------------------------------------------------- 1 | ../../generic/include/drm -------------------------------------------------------------------------------- /x86/include/linux: -------------------------------------------------------------------------------- 1 | ../../generic/include/linux -------------------------------------------------------------------------------- /x86/include/mtd: -------------------------------------------------------------------------------- 1 | ../../generic/include/mtd -------------------------------------------------------------------------------- /x86/include/rdma: -------------------------------------------------------------------------------- 1 | ../../generic/include/rdma -------------------------------------------------------------------------------- /x86/include/scsi: -------------------------------------------------------------------------------- 1 | ../../generic/include/scsi -------------------------------------------------------------------------------- /x86/include/sound: -------------------------------------------------------------------------------- 1 | ../../generic/include/sound -------------------------------------------------------------------------------- /x86/include/video: -------------------------------------------------------------------------------- 1 | ../../generic/include/video -------------------------------------------------------------------------------- /x86/include/xen: -------------------------------------------------------------------------------- 1 | ../../generic/include/xen -------------------------------------------------------------------------------- /x86_64: -------------------------------------------------------------------------------- 1 | x86 -------------------------------------------------------------------------------- /x86_64-x32: -------------------------------------------------------------------------------- 1 | x86 --------------------------------------------------------------------------------