]> git.baikalelectronics.ru Git - kernel.git/commit
include/uapi/drm/amdgpu_drm.h: use __u32 and __u64 from <linux/types.h>
authorMikko Rapeli <mikko.rapeli@iki.fi>
Wed, 2 Dec 2015 22:44:33 +0000 (23:44 +0100)
committerGabriel Laskar <gabriel@lse.epita.fr>
Thu, 10 Dec 2015 11:33:23 +0000 (12:33 +0100)
commit4bf865561155084e0f9ad72d824d57a5e570b7d5
tree0d9a775355f34121e16accc169311befccdcbf6e
parente0bb5bba4657e0a3b690ff3b49119b2306ac965c
include/uapi/drm/amdgpu_drm.h: use __u32 and __u64 from <linux/types.h>

Kernel headers exported to userspace are supposed to use these.

Fixes compilation errors in userspace:

error: unknown type name ‘uint64_t’
error: unknown type name ‘uint32_t’

Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
include/uapi/drm/amdgpu_drm.h