summaryrefslogtreecommitdiffstats
path: root/vendor/linux-raw-sys/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/linux-raw-sys/src/lib.rs')
-rw-r--r--vendor/linux-raw-sys/src/lib.rs72
1 files changed, 72 insertions, 0 deletions
diff --git a/vendor/linux-raw-sys/src/lib.rs b/vendor/linux-raw-sys/src/lib.rs
index 3586132ff..e3a1da42f 100644
--- a/vendor/linux-raw-sys/src/lib.rs
+++ b/vendor/linux-raw-sys/src/lib.rs
@@ -368,6 +368,78 @@ pub mod prctl;
#[path = "mips64/system.rs"]
pub mod system;
#[cfg(feature = "errno")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/errno.rs"]
+pub mod errno;
+#[cfg(feature = "general")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/general.rs"]
+pub mod general;
+#[cfg(feature = "if_ether")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/if_ether.rs"]
+pub mod if_ether;
+#[cfg(feature = "io_uring")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/io_uring.rs"]
+pub mod io_uring;
+#[cfg(feature = "ioctl")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/ioctl.rs"]
+pub mod ioctl;
+#[cfg(feature = "net")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/net.rs"]
+pub mod net;
+#[cfg(feature = "netlink")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/netlink.rs"]
+pub mod netlink;
+#[cfg(feature = "prctl")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/prctl.rs"]
+pub mod prctl;
+#[cfg(feature = "system")]
+#[cfg(target_arch = "mips32r6")]
+#[path = "mips32r6/system.rs"]
+pub mod system;
+#[cfg(feature = "errno")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/errno.rs"]
+pub mod errno;
+#[cfg(feature = "general")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/general.rs"]
+pub mod general;
+#[cfg(feature = "if_ether")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/if_ether.rs"]
+pub mod if_ether;
+#[cfg(feature = "io_uring")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/io_uring.rs"]
+pub mod io_uring;
+#[cfg(feature = "ioctl")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/ioctl.rs"]
+pub mod ioctl;
+#[cfg(feature = "net")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/net.rs"]
+pub mod net;
+#[cfg(feature = "netlink")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/netlink.rs"]
+pub mod netlink;
+#[cfg(feature = "prctl")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/prctl.rs"]
+pub mod prctl;
+#[cfg(feature = "system")]
+#[cfg(target_arch = "mips64r6")]
+#[path = "mips64r6/system.rs"]
+pub mod system;
+#[cfg(feature = "errno")]
#[cfg(target_arch = "powerpc")]
#[path = "powerpc/errno.rs"]
pub mod errno;