root/drivers/gpu/drm/armada/armada_ioctlP.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Copyright (C) 2012 Russell King
   4  */
   5 #ifndef ARMADA_IOCTLP_H
   6 #define ARMADA_IOCTLP_H
   7 
   8 #define ARMADA_IOCTL_PROTO(name)\
   9 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
  10 
  11 ARMADA_IOCTL_PROTO(gem_create);
  12 ARMADA_IOCTL_PROTO(gem_mmap);
  13 ARMADA_IOCTL_PROTO(gem_pwrite);
  14 
  15 #endif

/* [<][>][^][v][top][bottom][index][help] */