Re: [RFC 1/6] rust: bindings: Support SPDM bindings

From: Miguel Ojeda
Date: Fri Nov 15 2024 - 13:01:09 EST


On Fri, Nov 15, 2024 at 6:53 PM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote:
>
> 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/?

I think doing it in the same patch makes more sense, i.e. please feel
free to avoid a "rust: bindings: ..."-titled patch.

It is also how it has been done in the past, e.g. see commit
de6582833db0 ("rust: add firmware abstractions").

Cheers,
Miguel