Files
ack-tegra/rust/uapi/uapi_helper.h
Alice Ryhl 293cc8c860 ANDROID: rust: make binder uapi available to Rust
Headers in this file are passed to the bindgen tool that generates Rust
definitions for anything declared in the header file.

Bug: 388786466
Change-Id: I74383cc5db0e3aa0ea5a102e6d04dc630cb3905e
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
2025-02-14 05:29:44 -08:00

14 lines
354 B
C

/* 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/linux/android/binder.h>
#include <uapi/linux/mdio.h>
#include <uapi/linux/mii.h>
#include <uapi/linux/ethtool.h>