summaryrefslogtreecommitdiffstats
path: root/rust/kernel/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/kernel/build.rs')
-rw-r--r--rust/kernel/build.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/kernel/build.rs b/rust/kernel/build.rs
index b9085a6367b4..5a3794fdc995 100644
--- a/rust/kernel/build.rs
+++ b/rust/kernel/build.rs
@@ -47,6 +47,8 @@ const INCLUDED_VARS: &[&str] = &[
"SEEK_CUR",
"SEEK_END",
"O_NONBLOCK",
+ "param_ops_bool",
+ "param_ops_int",
];
const OPAQUE_TYPES: &[&str] = &[
// These need to be opaque because they're both packed and aligned, which rustc