]> git.karo-electronics.de Git - karo-tx-linux.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)
commit2ce9dde0d47f2f94ab25c73a30596a7328bcdf1f
tree0d9a775355f34121e16accc169311befccdcbf6e
parentf95d3aa438e15caa3a7c2d82b45c9df0ae8bc3a3
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