[PATCH 1/2] ioctl: add symbolic translations for Nvidia ioctl codes
Eugene Syromiatnikov
esyr at redhat.com
Wed Mar 4 01:14:55 UTC 2020
On Tue, Feb 11, 2020 at 09:33:18AM +0100, Philippe De Muyter wrote:
> added header files were retrieved from
>
> git://nv-tegra.nvidia.com/linux-nvgpu.git
> git://nv-tegra.nvidia.com/linux-nvhost.git
> git://nv-tegra.nvidia.com/linux-nvmap.git
>
> Signed-off-by: Philippe De Muyter <phdm at qel.be>
> ---
> diff --git a/nvgpu.h b/nvgpu.h
> new file mode 100644
> index 0000000..5f02a31
> --- /dev/null
> +++ b/nvgpu.h
> @@ -0,0 +1,2157 @@
> +/*
> + * NVGPU Public Interface Header
> + *
> + * Copyright (c) 2011-2017, NVIDIA CORPORATION. All rights reserved.
> + *
> + * This program is free software; you can redistribute it and/or modify it
> + * under the terms and conditions of the GNU General Public License,
> + * version 2, as published by the Free Software Foundation.
This is problematic, as it's incompatible with the current strace's
license (LGPL 2.1+).
More information about the Strace-devel
mailing list