summaryrefslogtreecommitdiff
path: root/lib/igt_aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_aux.h')
-rw-r--r--lib/igt_aux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/igt_aux.h b/lib/igt_aux.h
index b2dc2679..9ea50de2 100644
--- a/lib/igt_aux.h
+++ b/lib/igt_aux.h
@@ -145,4 +145,8 @@ void igt_unlock_mem(void);
ret_; \
})
+
+void igt_set_module_param(const char *name, const char *val);
+void igt_set_module_param_int(const char *name, int val);
+
#endif /* IGT_AUX_H */