Re: [PATCH] drm/panthor: Convert IOCTL defines to an enum
From: Alice Ryhl
Date: Wed Feb 05 2025 - 05:45:44 EST
On Wed, Feb 5, 2025 at 12:30 AM Rob Herring (Arm) <robh@xxxxxxxxxx> wrote:
>
> Use an enum instead of #defines for panthor IOCTLs. This allows the
> header to be used with Rust code as bindgen can't handle complex
> defines.
>
> Cc: Beata Michalska <beata.michalska@xxxxxxx>
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>