On Fri, Nov 15, 2024 at 03:46:11PM +1000, Alistair Francis wrote: > In preparation for a Rust SPDM library we need to include the SPDM > functions in the Rust bindings. > > Signed-off-by: Alistair Francis <alistair@xxxxxxxxxxxxx> > --- > rust/bindings/bindings_helper.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rust/bindings/bindings_helper.h b/rust/bindings/bindings_helper.h > index 7847b2b3090b..8283e6a79ac9 100644 > --- a/rust/bindings/bindings_helper.h > +++ b/rust/bindings/bindings_helper.h > @@ -24,6 +24,7 @@ > #include <linux/sched/signal.h> > #include <linux/sched/task.h> > #include <linux/slab.h> > +#include <linux/spdm.h> Usually an additional #include goes in the same patch that makes use of the new .h file. Maybe there's a different convention in rust/? > #include <linux/uaccess.h> > #include <linux/wait.h> > #include <linux/workqueue.h> > -- > 2.47.0 >