| /* | |
| * This file is auto-generated. Modifications will be lost. | |
| * | |
| * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | |
| * for more information. | |
| */ | |
| #ifndef _UAPI_FWCTL_MLX5_H | |
| #define _UAPI_FWCTL_MLX5_H | |
| #include <linux/types.h> | |
| struct fwctl_info_mlx5 { | |
| __u32 uid; | |
| __u32 uctx_caps; | |
| }; | |
| #endif |