You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
293 B

  1. --- a/include/drm/drm.h
  2. +++ b/include/drm/drm.h
  3. @@ -38,6 +38,9 @@
  4. #if defined(__linux__)
  5. +#ifndef __SANE_USERSPACE_TYPES__
  6. +#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */
  7. +#endif
  8. #include <linux/types.h>
  9. #include <asm/ioctl.h>
  10. typedef unsigned int drm_handle_t;