diff options
Diffstat (limited to 'rust/uapi/uapi_helper.h')
| -rw-r--r-- | rust/uapi/uapi_helper.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rust/uapi/uapi_helper.h b/rust/uapi/uapi_helper.h new file mode 100644 index 000000000000..06d7d1a2e8da --- /dev/null +++ b/rust/uapi/uapi_helper.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Header that contains the headers for which Rust UAPI bindings + * will be automatically generated by `bindgen`. + * + * Sorted alphabetically. + */ + +#include <uapi/asm-generic/ioctl.h> +#include <uapi/drm/drm.h> +#include <uapi/drm/nova_drm.h> +#include <uapi/drm/panthor_drm.h> +#include <uapi/linux/android/binder.h> +#include <uapi/linux/mdio.h> +#include <uapi/linux/mii.h> +#include <uapi/linux/ethtool.h> |
