JustOS/linux-6.13/rust/uapi/uapi_helper.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

13 lines
315 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/mdio.h>
#include <uapi/linux/mii.h>
#include <uapi/linux/ethtool.h>