File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858#include <linux/firmware.h>
5959#include <linux/interrupt.h>
6060#include <linux/fs.h>
61+ #include <linux/iio/iio.h>
62+ #include <linux/iio/types.h>
6163#include <linux/ioport.h>
6264#include <linux/jiffies.h>
6365#include <linux/jump_label.h>
@@ -113,6 +115,11 @@ const fop_flags_t RUST_CONST_HELPER_FOP_UNSIGNED_OFFSET = FOP_UNSIGNED_OFFSET;
113115
114116const u64 BINDINGS_SNDRV_PCM_FMTBIT_FLOAT_LE = SNDRV_PCM_FMTBIT_FLOAT_LE ;
115117
118+ const u32 BINDINGS_IIO_CHAN_INFO_RAW = IIO_CHAN_INFO_RAW ;
119+ const u32 BINDINGS_IIO_CHAN_INFO_PROCESSED = IIO_CHAN_INFO_PROCESSED ;
120+ const u32 BINDINGS_IIO_ANGL = IIO_ANGL ;
121+ const u32 BINDINGS_IIO_LIGHT = IIO_LIGHT ;
122+
116123const xa_mark_t RUST_CONST_HELPER_XA_PRESENT = XA_PRESENT ;
117124
118125const gfp_t RUST_CONST_HELPER_XA_FLAGS_ALLOC = XA_FLAGS_ALLOC ;
You can’t perform that action at this time.
0 commit comments