summaryrefslogtreecommitdiff
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2025-07-16 15:37:46 +0100
committerMark Brown <broonie@kernel.org>2025-07-16 15:37:46 +0100
commitef616b9763e374454957a8785a068479fa5665a6 (patch)
treee1eeca31ca97f24651368d42d6b28504af10f878 /rust/helpers/helpers.c
parent63be976da994260ea116c431a2e61485dbede1b0 (diff)
parentd9f334fca5448907cc47ba8553926f9ba148512f (diff)
Add a bare-minimum Regulator abstraction
Merge series from Daniel Almeida <daniel.almeida@collabora.com>: Add basic rust bindings for the regulator API.
Diffstat (limited to 'rust/helpers/helpers.c')
-rw-r--r--rust/helpers/helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c
index b15b3cddad4e..f1f26ba91d97 100644
--- a/rust/helpers/helpers.c
+++ b/rust/helpers/helpers.c
@@ -33,6 +33,7 @@
#include "pci.c"
#include "pid_namespace.c"
#include "rbtree.c"
+#include "regulator.c"
#include "rcu.c"
#include "refcount.c"
#include "security.c"