We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523f9d9 commit c13f777Copy full SHA for c13f777
rust/bindings/bindings_helper.h
@@ -25,6 +25,7 @@
25
#include <linux/refcount.h>
26
#include <linux/regmap.h>
27
#include <linux/regulator/consumer.h>
28
+#include <linux/regulator/driver.h>
29
#include <linux/sched.h>
30
#include <linux/security.h>
31
#include <linux/slab.h>
rust/kernel/regulator.rs
@@ -3,6 +3,7 @@
3
//! SoC Regulators
4
5
pub mod consumer;
6
+pub mod driver;
7
8
use crate::{
9
bindings,
0 commit comments