logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

xt_cpu.h (199B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _XT_CPU_H
  3. #define _XT_CPU_H
  4. #include <linux/types.h>
  5. struct xt_cpu_info {
  6. __u32 cpu;
  7. __u32 invert;
  8. };
  9. #endif /*_XT_CPU_H*/